aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui/CMakeLists.txt
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/QtGui/CMakeLists.txt
parentcb48464859110d4e6ebcf59d70a59804c55d4705 (diff)
bug_300_test moved to QtGui, because it tests a class from QtGui.
Diffstat (limited to 'tests/QtGui/CMakeLists.txt')
-rw-r--r--tests/QtGui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)