aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-09-03 15:47:44 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2010-09-03 15:50:15 -0300
commitf1bc92a2dd0f9a19ac8dcf9699f65d4ee2d61945 (patch)
treee6319ff4928b216d95ba0eb1f8e45d4220934061 /tests
parentcb48464859110d4e6ebcf59d70a59804c55d4705 (diff)
bug_300_test moved to QtGui, because it tests a class from QtGui.
Diffstat (limited to 'tests')
-rw-r--r--tests/QtCore/CMakeLists.txt1
-rw-r--r--tests/QtGui/CMakeLists.txt1
-rw-r--r--tests/QtGui/bug_300_test.py (renamed from tests/QtCore/bug_300_test.py)0
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/QtCore/CMakeLists.txt b/tests/QtCore/CMakeLists.txt
index 4e7e8ec6b..f364f4c43 100644
--- a/tests/QtCore/CMakeLists.txt
+++ b/tests/QtCore/CMakeLists.txt
@@ -1,5 +1,4 @@
PYSIDE_TEST(bug_278_test.py)
-PYSIDE_TEST(bug_300_test.py)
PYSIDE_TEST(blocking_signals_test.py)
PYSIDE_TEST(child_event_test.py)
PYSIDE_TEST(deletelater_test.py)
diff --git a/tests/QtGui/CMakeLists.txt b/tests/QtGui/CMakeLists.txt
index 80d415a0d..39b30424a 100644
--- a/tests/QtGui/CMakeLists.txt
+++ b/tests/QtGui/CMakeLists.txt
@@ -2,6 +2,7 @@
PYSIDE_TEST(api2_test.py)
PYSIDE_TEST(bug_243.py)
+PYSIDE_TEST(bug_300_test.py)
PYSIDE_TEST(bug_307.py)
PYSIDE_TEST(bug_324.py)
PYSIDE_TEST(add_action_test.py)
diff --git a/tests/QtCore/bug_300_test.py b/tests/QtGui/bug_300_test.py
index ec02cdf02..ec02cdf02 100644
--- a/tests/QtCore/bug_300_test.py
+++ b/tests/QtGui/bug_300_test.py