forked from openlp/openlp
fix text
This commit is contained in:
parent
0a1f91af8b
commit
a2dfd3b176
@ -64,4 +64,4 @@ class TestStartNoteDialog(TestCase):
|
|||||||
QtTest.QTest.mouseClick(okWidget, QtCore.Qt.LeftButton)
|
QtTest.QTest.mouseClick(okWidget, QtCore.Qt.LeftButton)
|
||||||
|
|
||||||
# THEN the following text is returned
|
# THEN the following text is returned
|
||||||
self.assertEqual(self.form.text_edit.toPlainText(), text, u'The text changed text should be returned')
|
self.assertEqual(self.form.text_edit.toPlainText(), text, u'The changed to text, should be returned')
|
Loading…
Reference in New Issue
Block a user