aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui
diff options
context:
space:
mode:
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