From f9cacac1dba8e51ff9bc474f4a68f8f1c77cdce0 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Tue, 9 May 2017 19:49:22 +0100 Subject: [PATCH] Comment out some tests that have not yet been implemented This will prevent nosetest running them. --- gramps/gen/lib/test/merge_test.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gramps/gen/lib/test/merge_test.py b/gramps/gen/lib/test/merge_test.py index 233b9a432..0caf3e6ff 100644 --- a/gramps/gen/lib/test/merge_test.py +++ b/gramps/gen/lib/test/merge_test.py @@ -1243,11 +1243,11 @@ class PersonCheck(unittest.TestCase, PrivacyBaseTest, MediaBaseTest, self.phoenix.merge(self.titanic) self.assertEqual(self.phoenix.serialize(), self.ref_obj.serialize()) - def todo_test_merge_person_aschild(self): - pass + #def todo_test_merge_person_aschild(self): + #pass - def todo_test_merge_person_asparent(self): - pass + #def todo_test_merge_person_asparent(self): + #pass def test_altname_identical(self): name = Name() @@ -1586,8 +1586,8 @@ class SourceCheck(unittest.TestCase, PrivacyBaseTest, NoteBaseTest, self.ref_obj = Source() self.ref_obj.set_title("Source 1") - def todo_test_replace(self): - pass + #def todo_test_replace(self): + #pass def test_merge_datamap(self): attr1 = SrcAttribute() @@ -1739,8 +1739,8 @@ class CitationBaseCheck(unittest.TestCase): self.phoenix.replace_citation_references('123456','654321') self.assertEqual(self.phoenix.serialize(), self.obj_list.serialize()) - def todo_test_replace_child(self): - pass + #def todo_test_replace_child(self): + #pass def test_merge_identical(self): citation = Citation()