make sure we call the parent's setup
This commit is contained in:
Родитель
90b2168c96
Коммит
6672c7d7ee
|
@ -85,6 +85,7 @@ class SphinxTestCase(test_utils.TransactionTestCase):
|
|||
sphinx_is_running = False
|
||||
|
||||
def setUp(self):
|
||||
super(SphinxTestCase, self).setUp()
|
||||
if not SphinxTestCase.sphinx_is_running:
|
||||
if not settings.SPHINX_SEARCHD or not settings.SPHINX_INDEXER:
|
||||
raise SkipTest()
|
||||
|
|
2
media/js
2
media/js
|
@ -1 +1 @@
|
|||
Subproject commit b9bacfe6e76e0e8ac957f0ad1043d087f18e50ec
|
||||
Subproject commit 40b6a3f3e2c392e71a4f6f817b44e583110f7546
|
Загрузка…
Ссылка в новой задаче