summaryrefslogtreecommitdiff
path: root/archaeological_context_records/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-10-28 13:40:59 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-10-28 13:40:59 +0100
commitdc7cea501d109bee8cdd3d5e9a0e47e8540fed9b (patch)
tree1ecad22e5f83a9a77a1dc40e3f9e0bc749acef83 /archaeological_context_records/tests.py
parentfe6fe8aaec642995cd9db1000de6a0fd3998e6fe (diff)
downloadIshtar-dc7cea501d109bee8cdd3d5e9a0e47e8540fed9b.tar.bz2
Ishtar-dc7cea501d109bee8cdd3d5e9a0e47e8540fed9b.zip
Imports: update MCC tests - fix m2m creation when not valu is provided
Diffstat (limited to 'archaeological_context_records/tests.py')
-rw-r--r--archaeological_context_records/tests.py1
1 files changed, 1 insertions, 0 deletions
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):