aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui
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/QtGui
parent00918cb847dfa1b28acb791c66cb444bc2123f79 (diff)
Re-add the possibility to run tests by module.
Diffstat (limited to 'tests/QtGui')
-rw-r--r--tests/QtGui/CMakeLists.txt4
-rw-r--r--tests/QtGui/virtual_pure_override_test.py (renamed from tests/QtGui/virtual_pure_override.py)0
-rw-r--r--tests/QtGui/x11_symbols_test.py (renamed from tests/QtGui/x11_symbols.py)0
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/QtGui/CMakeLists.txt b/tests/QtGui/CMakeLists.txt
index fb6d8015b..fa5de4a2c 100644
--- a/tests/QtGui/CMakeLists.txt
+++ b/tests/QtGui/CMakeLists.txt
@@ -53,6 +53,6 @@ PYSIDE_TEST(reference_count_test.py)
PYSIDE_TEST(standardpixmap_test.py)
PYSIDE_TEST(timed_app_test.py)
PYSIDE_TEST(virtual_protected_inheritance_test.py)
-PYSIDE_TEST(virtual_pure_override.py)
+PYSIDE_TEST(virtual_pure_override_test.py)
PYSIDE_TEST(wrong_return_test.py)
-PYSIDE_TEST(x11_symbols.py)
+PYSIDE_TEST(x11_symbols_test.py)
diff --git a/tests/QtGui/virtual_pure_override.py b/tests/QtGui/virtual_pure_override_test.py
index c496e4907..c496e4907 100644
--- a/tests/QtGui/virtual_pure_override.py
+++ b/tests/QtGui/virtual_pure_override_test.py
diff --git a/tests/QtGui/x11_symbols.py b/tests/QtGui/x11_symbols_test.py
index 29cce150e..29cce150e 100644
--- a/tests/QtGui/x11_symbols.py
+++ b/tests/QtGui/x11_symbols_test.py