From 47b4c5694d7b2367192a2e06ec025b22ac052a2f Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Tue, 29 Jan 2013 20:00:13 +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 de1931171..e444ff687 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 changed to text, should be returned') \ No newline at end of file + self.assertEqual(self.form.text_edit.toPlainText(), text, u'The new text should be returned') \ No newline at end of file