fix tests

This commit is contained in:
Tim Bentley 2014-04-04 21:24:11 +01:00
parent edb38d1255
commit 8813490bad
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,7 @@ SCREEN = {
'size': QtCore.QRect(0, 0, 1024, 768)
}
class TestPdfController(TestCase, TestMixin):
"""
Test the PdfController.
@ -83,7 +84,6 @@ class TestPdfController(TestCase, TestMixin):
shutil.rmtree(self.thumbnail_folder)
shutil.rmtree(self.temp_folder)
def constructor_test(self):
"""
Test the Constructor from the PdfController