fixes
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 16 Jun 2010 09:46:27 +0000 (11:46 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 16 Jun 2010 09:46:27 +0000 (11:46 +0200)
apps/catalogue/tests/tags.py
wolnelektury/manage.py

index f9102a7..2628214 100644 (file)
@@ -244,7 +244,7 @@ class TestIdenticalTag(WLTestCase):
 
         cats = self.client.get('/katalog/lektura/tag/').context['categories']
         for category in 'author', 'kind', 'genre', 'epoch', 'theme':
-            self.assertTrue('tag' in [tag.name for tag in cats[category]],
+            self.assertTrue('tag' in [tag.slug for tag in cats[category]],
                             'missing related tag for %s' % category)
 
     def test_qualified_url(self):
index 93b2805..309a56e 100755 (executable)
@@ -2,7 +2,7 @@
 import os.path
 import sys
 
-ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
+ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 
 # Add apps and lib directories to PYTHONPATH
 sys.path = [