aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-07-21 14:35:01 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:37 -0300
commit5d05c840bf9635be129804be584243cb005cfe06 (patch)
tree9d96be94a80f538494dab5e95829aaf8bc061aa0 /tests
parente3539a09a8c6fdcea1ad3029c8f85f81e303e6ff (diff)
Moved test for bug #921 from QtCore's directory to QtGui's.
Because it imports QtGui module. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/QtCore/CMakeLists.txt1
-rw-r--r--tests/QtGui/CMakeLists.txt1
-rw-r--r--tests/QtGui/bug_921.py (renamed from tests/QtCore/bug_921.py)0
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/QtCore/CMakeLists.txt b/tests/QtCore/CMakeLists.txt
index b7b1c8961..9ddb44c99 100644
--- a/tests/QtCore/CMakeLists.txt
+++ b/tests/QtCore/CMakeLists.txt
@@ -17,7 +17,6 @@ PYSIDE_TEST(bug_826.py)
PYSIDE_TEST(bug_829.py)
PYSIDE_TEST(bug_835.py)
PYSIDE_TEST(bug_920.py)
-PYSIDE_TEST(bug_921.py)
PYSIDE_TEST(bug_927.py)
PYSIDE_TEST(bug_931.py)
PYSIDE_TEST(blocking_signals_test.py)
diff --git a/tests/QtGui/CMakeLists.txt b/tests/QtGui/CMakeLists.txt
index f1b9adef2..99e688bfe 100644
--- a/tests/QtGui/CMakeLists.txt
+++ b/tests/QtGui/CMakeLists.txt
@@ -67,6 +67,7 @@ PYSIDE_TEST(bug_871.py)
PYSIDE_TEST(bug_879.py)
PYSIDE_TEST(bug_882.py)
PYSIDE_TEST(bug_919.py)
+PYSIDE_TEST(bug_921.py)
PYSIDE_TEST(customproxywidget_test.py)
PYSIDE_TEST(deepcopy_test.py)
PYSIDE_TEST(event_filter_test.py)
diff --git a/tests/QtCore/bug_921.py b/tests/QtGui/bug_921.py
index b43f5b3d2..b43f5b3d2 100644
--- a/tests/QtCore/bug_921.py
+++ b/tests/QtGui/bug_921.py