diff options
author | Marcelo Lira <marcelo.lira@openbossa.org> | 2011-07-21 14:35:01 -0300 |
---|---|---|
committer | Marcelo Lira <marcelo.lira@openbossa.org> | 2011-07-21 14:38:13 -0300 |
commit | a69b5adfed6ec0e3afb369bde5c287c2f8b8f3e1 (patch) | |
tree | b2586a885deccd0ab87245409e9bf89f25e709c7 | |
parent | 0c2b68c9049980eaafb9fee77b2186837f00d843 (diff) | |
download | pyside-a69b5adfed6ec0e3afb369bde5c287c2f8b8f3e1.tar.gz pyside-a69b5adfed6ec0e3afb369bde5c287c2f8b8f3e1.tar.xz pyside-a69b5adfed6ec0e3afb369bde5c287c2f8b8f3e1.zip |
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>
-rw-r--r-- | tests/QtCore/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tests/QtGui/CMakeLists.txt | 1 | ||||
-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 b7b1c89..9ddb44c 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 f1b9ade..99e688b 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 b43f5b3..b43f5b3 100644 --- a/tests/QtCore/bug_921.py +++ b/tests/QtGui/bug_921.py |