X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/73ce961f14509aabfa26536f847afd28111029c6..6f8ce976c498b1df0768c0965c0c9dc2e84bda1c:/apps/search/tests/index.py diff --git a/apps/search/tests/index.py b/apps/search/tests/index.py index ee376a84b..ef253e4c1 100644 --- a/apps/search/tests/index.py +++ b/apps/search/tests/index.py @@ -15,6 +15,7 @@ class BookSearchTests(WLTestCase): def setUp(self): JVM.attachCurrentThread() WLTestCase.setUp(self) + settings.NO_SEARCH_INDEX = False settings.SEARCH_INDEX = path.join(settings.MEDIA_ROOT, 'search') txt = path.join(path.dirname(__file__), 'files/fraszka-do-anusie.xml')