aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-05-05 14:17:22 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:19 -0300
commit7542b1c7265d7d686d38bad3256bbd5bb2040c7a (patch)
tree017d7868d2e35de4593e80faff247770d4d3059f /tests
parentadf13f83e978a1ef07f0052847d6e02bd1215c43 (diff)
Moved unit test of bug 834 from QtCore to QtGui, as it tests QtGui classes.
Diffstat (limited to 'tests')
-rw-r--r--tests/QtCore/CMakeLists.txt1
-rw-r--r--tests/QtGui/CMakeLists.txt1
-rw-r--r--tests/QtGui/bug_834.py (renamed from tests/QtCore/bug_834.py)0
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/QtCore/CMakeLists.txt b/tests/QtCore/CMakeLists.txt
index 7ee22f953..f8b46ce3d 100644
--- a/tests/QtCore/CMakeLists.txt
+++ b/tests/QtCore/CMakeLists.txt
@@ -13,7 +13,6 @@ PYSIDE_TEST(bug_724.py)
PYSIDE_TEST(bug_820.py)
PYSIDE_TEST(bug_826.py)
PYSIDE_TEST(bug_829.py)
-PYSIDE_TEST(bug_834.py)
PYSIDE_TEST(blocking_signals_test.py)
PYSIDE_TEST(child_event_test.py)
PYSIDE_TEST(deepcopy_test.py)
diff --git a/tests/QtGui/CMakeLists.txt b/tests/QtGui/CMakeLists.txt
index d86fbf31b..97eb9c33d 100644
--- a/tests/QtGui/CMakeLists.txt
+++ b/tests/QtGui/CMakeLists.txt
@@ -55,6 +55,7 @@ PYSIDE_TEST(bug_778.py)
PYSIDE_TEST(bug_785.py)
PYSIDE_TEST(bug_793.py)
PYSIDE_TEST(bug_811.py)
+PYSIDE_TEST(bug_834.py)
PYSIDE_TEST(bug_836.py)
PYSIDE_TEST(bug_844.py)
PYSIDE_TEST(customproxywidget_test.py)
diff --git a/tests/QtCore/bug_834.py b/tests/QtGui/bug_834.py
index efb0cdfdb..efb0cdfdb 100644
--- a/tests/QtCore/bug_834.py
+++ b/tests/QtGui/bug_834.py