diff options
author | renatofilho <renato.filho@openbossa.org> | 2010-11-05 16:33:36 -0300 |
---|---|---|
committer | renatofilho <renato.filho@openbossa.org> | 2010-11-05 19:01:07 -0300 |
commit | 5371e403ffe741119ba0803077b772ca84f3fce3 (patch) | |
tree | a93755452e70ba3080e430680f0d41b4c8a7fdcc /tests/QtDeclarative/CMakeLists.txt | |
parent | a029d217c2ae26aedb89e472ccdf61d20ec7fd26 (diff) | |
download | pyside-5371e403ffe741119ba0803077b772ca84f3fce3.tar.gz pyside-5371e403ffe741119ba0803077b772ca84f3fce3.tar.xz pyside-5371e403ffe741119ba0803077b772ca84f3fce3.zip |
Created unit test for bug #451.
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests/QtDeclarative/CMakeLists.txt')
-rw-r--r-- | tests/QtDeclarative/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/QtDeclarative/CMakeLists.txt b/tests/QtDeclarative/CMakeLists.txt index 18cb03f..2773849 100644 --- a/tests/QtDeclarative/CMakeLists.txt +++ b/tests/QtDeclarative/CMakeLists.txt @@ -1,3 +1,4 @@ +PYSIDE_TEST(bug_451.py FALSE) PYSIDE_TEST(bug_456.py FALSE) PYSIDE_TEST(qdeclarativenetwork_test.py FALSE) PYSIDE_TEST(qdeclarativeview_test.py FALSE) |