From dc7cea501d109bee8cdd3d5e9a0e47e8540fed9b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 28 Oct 2015 13:40:59 +0100 Subject: Imports: update MCC tests - fix m2m creation when not valu is provided --- archaeological_context_records/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_context_records/tests.py') diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index bccd859aa..2bd144c5e 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -86,6 +86,7 @@ class ImportContextRecordTest(ImportOperationTest): class ContextRecordInit(OperationInitTest): + test_operations = False def create_context_record(self, user=None, data={}): if not getattr(self, 'context_records', None): -- cgit v1.2.3