forked from openlp/openlp
fix tests
This commit is contained in:
parent
edb38d1255
commit
8813490bad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user