typo (missing comma in plugins/test/test_reports.py)

This commit is contained in:
Paul Franklin 2016-06-17 10:32:13 -07:00
parent 6c77ef5e33
commit 77efbb1012

View File

@ -330,7 +330,8 @@ for (report_name, off, files) in report_list:
off=off) off=off)
reports.addcli(TestDynamic, "tool_verify", 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: I0061, Jones, Roberta Michele",
"W: Multiple parents, Person: I0063, Jones, Frank Albert", "W: Multiple parents, Person: I0063, Jones, Frank Albert",
"W: Multiple parents, Person: I0076, Smith, Marie Astri", "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: I0011, Smith, Hanna",
"W: Old age but no death, Person: I0058, Smith, Elaine Marie", "W: Old age but no death, Person: I0058, Smith, Elaine Marie",
"W: Old age but no death, Person: I0072, Iverson, Alice Hannah", "W: Old age but no death, Person: I0072, Iverson, Alice Hannah",
]), ]),
[None], [None],
"--force", "--force",
"-O", TREE_NAME, "-O", TREE_NAME,