From e3e858458dd94cdf6ff4e46753c4d8e244cec6ab Mon Sep 17 00:00:00 2001
From: Paul Franklin <pf.98052@gmail.com>
Date: Tue, 14 Jun 2016 12:00:48 -0700
Subject: [PATCH] fix wrong test as a result of 9517, 6890fc4324

---
 gramps/plugins/test/test_reports.py | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gramps/plugins/test/test_reports.py b/gramps/plugins/test/test_reports.py
index 3bdace166..ccfff52af 100644
--- a/gramps/plugins/test/test_reports.py
+++ b/gramps/plugins/test/test_reports.py
@@ -330,17 +330,16 @@ for (report_name, off, files) in report_list:
                       off=off)
 
 reports.addcli(TestDynamic, "tool_verify",
-               out_does_contain(["W: Old age but no death, Person: I0004, Smith, Ingeman",
-                                 "W: Old age but no death, Person: I0058, Smith, Elaine Marie",
+               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: Old age but no death, Person: I0072, Iverson, Alice Hannah",
                                  "W: Multiple parents, Person: I0076, Smith, Marie Astri",
                                  "W: Multiple parents, Person: I0077, Smith, Susan Elizabeth",
-                                 "W: Old age but no death, Person: I0011, Smith, Hanna",
+                                 "W: Old age but no death, Person: I0004, Smith, Ingeman",
                                  "W: Old age but no death, Person: I0009, Smith, Emil",
-                                 "W: Old age but no death, Person: I0036, Jefferson, Elna",
-                                 "W: Early marriage, Family: F0000, Smith, Martin and Jefferson, Elna"
+                                 "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",