fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bug fixes.
[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
1b01d33
..
7b1f648
100644
(file)
--- a/
apps/picture/tests/picture_import.py
+++ b/
apps/picture/tests/picture_import.py
@@
-21,7
+21,7
@@
class PictureTest(WLTestCase):
assert themes == set([(u'theme', u'nieporządek'), (u'thing', u'kosmos')]), \
'Bad themes on Picture areas: %s' % themes
assert themes == set([(u'theme', u'nieporządek'), (u'thing', u'kosmos')]), \
'Bad themes on Picture areas: %s' % themes
- pic_themes = set([tag.name for tag in picture.tags if tag.category in ('theme', '
object
')])
+ pic_themes = set([tag.name for tag in picture.tags if tag.category in ('theme', '
thing
')])
assert not pic_themes, 'Unwanted themes set on Pictures: %s' % pic_themes
picture.delete()
assert not pic_themes, 'Unwanted themes set on Pictures: %s' % pic_themes
picture.delete()