Skip to content
Snippets Groups Projects
Commit 7e221463 authored by Alexander Kreft's avatar Alexander Kreft
Browse files

fix

parent b00103c4
No related branches found
No related tags found
1 merge request!8F h5 cfood
......@@ -66,8 +66,12 @@ class structureMappingTest(unittest.TestCase):
for j in emap.to_target.keys():
self.assertEqual(j, emap.to_existing[emap.to_target[j]._cuid].id)
self.assertTrue((reca2 in emap.to_existing.values())and (reca3 in emap.to_existing.values()))
self.assertTrue((recb2 in emap.to_target.values())and (recb3 in emap.to_target.values()))
self.assertTrue((reca2 in emap.to_existing.values()) and
(reca3 in emap.to_existing.values()) and
(reca1 not in emap.to_existing.values()))
self.assertTrue((recb2 in emap.to_target.values()) and
(recb3 in emap.to_target.values()) and
(recb1 not in emap.to_target.values()))
"""Test with one additional Property and Properties, which are not Records"""
emap2 = EntityMapping()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment