fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
More tolerance for bad url metadata.
[wolnelektury.git]
/
apps
/
picture
/
tests
/
picture_import.py
diff --git
a/apps/picture/tests/picture_import.py
b/apps/picture/tests/picture_import.py
index
68c8753
..
84009e6
100644
(file)
--- a/
apps/picture/tests/picture_import.py
+++ b/
apps/picture/tests/picture_import.py
@@
-1,4
+1,7
@@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
from __future__ import with_statement
from os import path
from __future__ import with_statement
from os import path
@@
-7,7
+10,7
@@
from catalogue.test_utils import WLTestCase
class PictureTest(WLTestCase):
class PictureTest(WLTestCase):
-
+
def test_import(self):
picture = Picture.from_xml_file(path.join(path.dirname(__file__), "files/kandinsky-composition-viii.xml"))
def test_import(self):
picture = Picture.from_xml_file(path.join(path.dirname(__file__), "files/kandinsky-composition-viii.xml"))
@@
-21,7
+24,7
@@
class PictureTest(WLTestCase):
path.join(path.dirname(__file__), "files/kandinsky-composition-viii.png"))
picture.delete()
path.join(path.dirname(__file__), "files/kandinsky-composition-viii.png"))
picture.delete()
-
+
def test_import_2(self):
picture = Picture.from_xml_file(path.join(path.dirname(__file__), "files/pejzaz-i-miasto-krzyzanowski-chmury.xml"),
def test_import_2(self):
picture = Picture.from_xml_file(path.join(path.dirname(__file__), "files/pejzaz-i-miasto-krzyzanowski-chmury.xml"),