test of ci script

This commit is contained in:
Andreas Preikschat 2014-03-31 16:47:43 +02:00
parent cc0b736ef6
commit c64723371a
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class TestStartFileRenameForm(TestCase, TestMixin):
"""
Test the windowTitle of the FileRenameDialog
"""
assert False, "reason"
# GIVEN: A mocked QDialog.exec_() method
with patch('PyQt4.QtGui.QDialog.exec_') as mocked_exec: