From 810da4b1790c1a2701fd8210d95a0c5f4675dafd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 21 Dec 2016 12:41:27 +0100 Subject: Disable test dealing with views when no south migration is done --- archaeological_operations/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index fa5d8f32b..d8399eedb 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -712,8 +712,8 @@ class OperationWizardDeleteTest(OperationWizardCreationTest): ] def pass_test(self): - if settings.USE_SPATIALITE_FOR_TESTS: - # SPATIALITE mess with views so no test for now... + if not settings.SOUTH_TESTS_MIGRATE: + # with no migration the views are not created return True def pre_wizard(self): -- cgit v1.2.3