From e0f3e6d3280c9569d3e76cbe91c6b9bfa9fa6daa Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 29 Mar 2015 23:52:34 -0400 Subject: [PATCH] Tests: Corrected test that assumes lines are longer than they are --- test/project.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/project.t b/test/project.t index 93553e48c..04a010eed 100755 --- a/test/project.t +++ b/test/project.t @@ -108,7 +108,7 @@ class TestProjects(TestCase): order = ( ".myProject ", ".myProject. ", - "abstractParent ", + "abstractParent", # No space at EOL because this line in the summary ends here. " kid ", "existingParent ", " child ",