fix tests

This commit is contained in:
Tim Bentley 2014-04-04 21:24:11 +01:00
parent edb38d1255
commit 8813490bad

View File

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