From 7107c2fef5b5a0eba19c513945d8698bc8d962bb Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Wed, 24 Mar 2010 18:41:35 -0300 Subject: Removed unused/duplicated test due to a typo. --- tests/qtuitools/test_ui.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/qtuitools/test_ui.py diff --git a/tests/qtuitools/test_ui.py b/tests/qtuitools/test_ui.py deleted file mode 100644 index 6f599cefb..000000000 --- a/tests/qtuitools/test_ui.py +++ /dev/null @@ -1,14 +0,0 @@ - -import unittest - -from PySide.QtUiTools import QUiLoader - -from helper import UsesQApplication - -class QUiLoaderCreation(UsesQApplication): - - def testConstructor(self): - loader = QUiLoader() - -if __name__ == '__main__': - unittest.main() -- cgit v1.2.3