From f419108e61440d018d97b2d0c351b42064f41c55 Mon Sep 17 00:00:00 2001 From: phill-ridout Date: Tue, 12 Feb 2013 19:26:19 +0000 Subject: [PATCH] Removed spacing from comments. --- tests/interfaces/openlp_core_ui/test_filerenamedialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/interfaces/openlp_core_ui/test_filerenamedialog.py b/tests/interfaces/openlp_core_ui/test_filerenamedialog.py index 3e22b11e1..74fe83b26 100644 --- a/tests/interfaces/openlp_core_ui/test_filerenamedialog.py +++ b/tests/interfaces/openlp_core_ui/test_filerenamedialog.py @@ -79,5 +79,5 @@ class TestStartFileRenameForm(TestCase): QtTest.QTest.keyClicks(self.form.fileNameEdit, u'I/n\\v?a*l|i \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')