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",