make sure we call the parent's setup

This commit is contained in:
Jeff Balogh 2010-04-14 16:32:22 -07:00
Родитель 90b2168c96
Коммит 6672c7d7ee
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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()

@ -1 +1 @@
Subproject commit b9bacfe6e76e0e8ac957f0ad1043d087f18e50ec
Subproject commit 40b6a3f3e2c392e71a4f6f817b44e583110f7546