From a24ff2a4a2ed8fcc763fd020ee382aa3458496f6 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sat, 16 Feb 2013 17:05:39 +0100 Subject: [PATCH] added newline to end of file --- tests/interfaces/openlp_core_ui/test_servicenotedialog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/interfaces/openlp_core_ui/test_servicenotedialog.py b/tests/interfaces/openlp_core_ui/test_servicenotedialog.py index ee0f842bd..e04f9975d 100644 --- a/tests/interfaces/openlp_core_ui/test_servicenotedialog.py +++ b/tests/interfaces/openlp_core_ui/test_servicenotedialog.py @@ -67,3 +67,4 @@ class TestStartNoteDialog(TestCase): # THEN the following text is returned self.assertEqual(self.form.text_edit.toPlainText(), text, u'The new text should be returned') +