Skip to content
Snippets Groups Projects
Commit 081589fd authored by gakin's avatar gakin
Browse files

SSDM-4318: test_openbis_sync : correct success message

SVN: 37291
parent 90a61525
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ class TestCase(systemtest.testcase.TestCase): ...@@ -104,7 +104,7 @@ class TestCase(systemtest.testcase.TestCase):
output.write("%s\n" % item) output.write("%s\n" % item)
if item.startswith("label") == False: if item.startswith("label") == False:
same = False same = False
self.assertEquals("The entity graphs on datasource and harvester are not equal", True, same) self.assertEquals("The entity graphs on datasource and harvester are equal", True, same)
if same == False: if same == False:
self.fail("The entity graphs on datasource and harvester are not equal.See %s for details" % os.path.join(destination, "diff.txt")) self.fail("The entity graphs on datasource and harvester are not equal.See %s for details" % os.path.join(destination, "diff.txt"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment