removed obsolete line

This commit is contained in:
Andreas Preikschat 2013-03-30 16:39:20 +01:00
parent c4448a402b
commit a0bdbd55be
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ class TestEditCustomSlideForm(TestCase):
# THEN: The dialog should be empty.
assert self.form.slide_text_edit.toPlainText() == u'', u'There should not be any text in the text editor.'
def set_text_test(self):
"""
Test the set_text() method.