Removed spacing from comments.

This commit is contained in:
phill-ridout 2013-02-12 19:26:19 +00:00
parent 35eebb2a8e
commit f419108e61
1 changed files with 1 additions and 1 deletions

View File

@ -79,5 +79,5 @@ class TestStartFileRenameForm(TestCase):
QtTest.QTest.keyClicks(self.form.fileNameEdit, u'I/n\\v?a*l|i<d> \F[i\l]e" :N+a%me')
# THEN: The text in the QLineEdit should be the same as the input string with the invalid chatacters filtered
# out.
# out.
self.assertEqual(self.form.fileNameEdit.text(), u'Invalid File Name')