aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtScript
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-06-08 11:17:48 -0300
committerHugo Parente Lima <hugo.lima@openbossa.org>2010-06-10 15:31:43 -0300
commite47b49f86d63845fe214768838c4fc7c55e3012a (patch)
treecd2f2c85dcd7a7fe6a17408c34246900cd7606e0 /tests/QtScript
parent00918cb847dfa1b28acb791c66cb444bc2123f79 (diff)
Re-add the possibility to run tests by module.
Diffstat (limited to 'tests/QtScript')
-rw-r--r--tests/QtScript/CMakeLists.txt1
-rw-r--r--tests/QtScript/test_base.py4
2 files changed, 0 insertions, 5 deletions
diff --git a/tests/QtScript/CMakeLists.txt b/tests/QtScript/CMakeLists.txt
index b76a26299..e496591c7 100644
--- a/tests/QtScript/CMakeLists.txt
+++ b/tests/QtScript/CMakeLists.txt
@@ -1,3 +1,2 @@
PYSIDE_TEST(base_test.py)
PYSIDE_TEST(engine_test.py)
-PYSIDE_TEST(test_base.py)
diff --git a/tests/QtScript/test_base.py b/tests/QtScript/test_base.py
deleted file mode 100644
index 6ad27e007..000000000
--- a/tests/QtScript/test_base.py
+++ /dev/null
@@ -1,4 +0,0 @@
-from PySide import QtScript
-
-
-#only test if the module import works fine bug #278