diff options
| 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 | 
| commit | b52d37e7b8fc08e071659cff281c1c583034c352 (patch) | |
| tree | 1ecad22e5f83a9a77a1dc40e3f9e0bc749acef83 /archaeological_context_records/tests.py | |
| parent | fc10df61184f3d06137a2b6f062b94c70d621688 (diff) | |
| download | Ishtar-b52d37e7b8fc08e071659cff281c1c583034c352.tar.bz2 Ishtar-b52d37e7b8fc08e071659cff281c1c583034c352.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.py | 1 | 
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):  | 
