From 77efbb1012b7051182f1bf36096924268735cf54 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Fri, 17 Jun 2016 10:32:13 -0700 Subject: [PATCH] typo (missing comma in plugins/test/test_reports.py) --- gramps/plugins/test/test_reports.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gramps/plugins/test/test_reports.py b/gramps/plugins/test/test_reports.py index ccfff52af..60bdf1dd6 100644 --- a/gramps/plugins/test/test_reports.py +++ b/gramps/plugins/test/test_reports.py @@ -330,7 +330,8 @@ for (report_name, off, files) in report_list: off=off) reports.addcli(TestDynamic, "tool_verify", - out_does_contain(["W: Early marriage, Family: F0000, Smith, Martin and Jefferson, Elna" + out_does_contain([ + "W: Early marriage, Family: F0000, Smith, Martin and Jefferson, Elna", "W: Multiple parents, Person: I0061, Jones, Roberta Michele", "W: Multiple parents, Person: I0063, Jones, Frank Albert", "W: Multiple parents, Person: I0076, Smith, Marie Astri", @@ -340,7 +341,7 @@ reports.addcli(TestDynamic, "tool_verify", "W: Old age but no death, Person: I0011, Smith, Hanna", "W: Old age but no death, Person: I0058, Smith, Elaine Marie", "W: Old age but no death, Person: I0072, Iverson, Alice Hannah", - ]), + ]), [None], "--force", "-O", TREE_NAME,