Unit Tests
- Test was wrong.
This commit is contained in:
@@ -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 ",
|
||||||
|
|||||||
Reference in New Issue
Block a user