Unit Tests

- Test was wrong.
This commit is contained in:
Paul Beckingham 2015-03-07 16:06:18 -05:00
parent 87e9578666
commit 9f654a5c95

View file

@ -113,10 +113,9 @@ class TestProjects(TestCase):
code, out, err = self.t(("projects",)) code, out, err = self.t(("projects",))
order = ( order = (
# NOTE all but abstractParent have 1 task hence the trailing space
".myProject ", ".myProject ",
".myProject. ", ".myProject. ",
"abstractParent\n", "abstractParent ",
" kid ", " kid ",
"existingParent ", "existingParent ",
" child ", " child ",