Tests: Corrected test that assumes lines are longer than they are

This commit is contained in:
Paul Beckingham 2015-03-29 23:52:34 -04:00
parent eb35386d76
commit e0f3e6d328

View file

@ -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 ",