diff --git a/tests/interfaces/openlp_plugins_songs_forms/test_authorsform.py b/tests/interfaces/openlp_plugins_songs_forms/test_authorsform.py index 23e1cfa9e..8470da867 100644 --- a/tests/interfaces/openlp_plugins_songs_forms/test_authorsform.py +++ b/tests/interfaces/openlp_plugins_songs_forms/test_authorsform.py @@ -1,16 +1,16 @@ """ Package to test the openlp.core.ui package. """ -from unittest import TestCase - -from PyQt4 import QtGui - -from openlp.core.lib import Registry -from openlp.plugins.songs.forms.authorsform import AuthorsForm - - ## SHE IS NOT WORKING :-( +# from unittest import TestCase +# +# from PyQt4 import QtGui +# +# from openlp.core.lib import Registry +# from openlp.plugins.songs.forms.authorsform import AuthorsForm +# +# # class TestAuthorsForm(TestCase): # # def setUp(self):