From 9f654a5c950f61081133f97ad17cf69824e6b7e0 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 7 Mar 2015 16:06:18 -0500 Subject: [PATCH] Unit Tests - Test was wrong. --- test/project.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/project.t b/test/project.t index a4e89dc1b..d7f4b53fa 100755 --- a/test/project.t +++ b/test/project.t @@ -113,10 +113,9 @@ class TestProjects(TestCase): code, out, err = self.t(("projects",)) order = ( - # NOTE all but abstractParent have 1 task hence the trailing space ".myProject ", ".myProject. ", - "abstractParent\n", + "abstractParent ", " kid ", "existingParent ", " child ",