This commit is contained in:
Andreas Preikschat 2013-02-16 13:30:16 +01:00
parent b1ec7aa187
commit 9ecb575d5b
2 changed files with 1 additions and 9 deletions

View File

@ -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')

View File

@ -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