Comment out the test properly.

This commit is contained in:
Raoul Snyman 2013-02-18 23:25:42 +02:00
parent 74fc1d3988
commit 7407d6a16c
1 changed files with 8 additions and 8 deletions

View File

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