forked from openlp/openlp
clean up
This commit is contained in:
parent
b1ec7aa187
commit
9ecb575d5b
@ -276,8 +276,7 @@ def main(args=None):
|
||||
qt_args.append('OpenLP')
|
||||
# Initialise the resources
|
||||
qInitResources()
|
||||
# Now create and actually run the application.#
|
||||
print qt_args
|
||||
# Now create and actually run the application.
|
||||
application = OpenLP(qt_args)
|
||||
application.setOrganizationName(u'OpenLP')
|
||||
application.setOrganizationDomain(u'openlp.org')
|
||||
|
@ -24,13 +24,6 @@ class TestImageManager(TestCase):
|
||||
ScreenList.create(self.app.desktop())
|
||||
self.image_manager = ImageManager()
|
||||
|
||||
def tearDown(self):
|
||||
"""
|
||||
Delete all the C++ objects at the end so that we don't have a segfault
|
||||
"""
|
||||
#del self.app
|
||||
pass
|
||||
|
||||
def basic_image_manager_test(self):
|
||||
"""
|
||||
Test the Image Manager setup basic functionality
|
||||
|
Loading…
Reference in New Issue
Block a user