From a2dfd3b176675ed2e6b5f33a55a50e5c2b9c9a22 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Tue, 29 Jan 2013 19:55:22 +0000 Subject: [PATCH] fix text --- tests/functional/openlp_core_ui/test_servicenotedialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_core_ui/test_servicenotedialog.py b/tests/functional/openlp_core_ui/test_servicenotedialog.py index f708c18f2..de1931171 100644 --- a/tests/functional/openlp_core_ui/test_servicenotedialog.py +++ b/tests/functional/openlp_core_ui/test_servicenotedialog.py @@ -64,4 +64,4 @@ class TestStartNoteDialog(TestCase): QtTest.QTest.mouseClick(okWidget, QtCore.Qt.LeftButton) # THEN the following text is returned - self.assertEqual(self.form.text_edit.toPlainText(), text, u'The text changed text should be returned') \ No newline at end of file + self.assertEqual(self.form.text_edit.toPlainText(), text, u'The changed to text, should be returned') \ No newline at end of file