Skip to content
Snippets Groups Projects
Commit 45e24b6e authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

up

parent 28fb6eb0
No related branches found
No related tags found
1 merge request!8F h5 cfood
......@@ -122,7 +122,7 @@ class structureMappingTest(unittest.TestCase):
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()):
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
self.assertEqual(len(recc3.get_properties()), 2) # number of properties stay unchanged
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment