Tests: Corrected test that assumes lines are longer than they are
This commit is contained in:
@@ -108,7 +108,7 @@ class TestProjects(TestCase):
|
|||||||
order = (
|
order = (
|
||||||
".myProject ",
|
".myProject ",
|
||||||
".myProject. ",
|
".myProject. ",
|
||||||
"abstractParent ",
|
"abstractParent", # No space at EOL because this line in the summary ends here.
|
||||||
" kid ",
|
" kid ",
|
||||||
"existingParent ",
|
"existingParent ",
|
||||||
" child ",
|
" child ",
|
||||||
|
|||||||
Reference in New Issue
Block a user