Skip to content
Snippets Groups Projects

F h5 cfood

Merged Henrik tom Wörden requested to merge f-h5-cfood into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -122,7 +122,7 @@ class structureMappingTest(unittest.TestCase):
@@ -122,7 +122,7 @@ class structureMappingTest(unittest.TestCase):
self.assertEqual(len(recd2.get_properties()), 2) # number of properties stay unchanged
self.assertEqual(len(recd2.get_properties()), 2) # number of properties stay unchanged
for prop_record, prop_em in zip(recc2.get_properties(), recd2.get_properties()):
for prop_record, prop_em in zip(recc2.get_properties(), recd2.get_properties()):
self.assertTrue(prop_record is emap2.to_existing[prop_em._cuid])
self.assertTrue(prop_record.value is emap2.to_existing[prop_em.value._cuid])
# Test target structure
# Test target structure
self.assertEqual(len(recc3.get_properties()), 2) # number of properties stay unchanged
self.assertEqual(len(recc3.get_properties()), 2) # number of properties stay unchanged
Loading