This commit is contained in:
Tim Bentley 2013-01-29 20:00:13 +00:00
parent a2dfd3b176
commit 47b4c5694d
1 changed files with 1 additions and 1 deletions

View File

@ -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')
self.assertEqual(self.form.text_edit.toPlainText(), text, u'The new text should be returned')