diff options
author | Renato Filho <renato.filho@openbossa.org> | 2011-04-11 11:36:29 -0300 |
---|---|---|
committer | Renato Filho <renato.filho@openbossa.org> | 2011-04-11 12:07:34 -0300 |
commit | 6da3e78014bacc89a754c26cd1f05c7304cd6e77 (patch) | |
tree | 248fe1f95dbf85af4b24d7467f5ce058c69fc855 /tests/QtDeclarative/CMakeLists.txt | |
parent | 7abf74adb97ca4d87fb264642f73e6a7cc5d6e5f (diff) | |
download | pyside-6da3e78014bacc89a754c26cd1f05c7304cd6e77.tar.gz pyside-6da3e78014bacc89a754c26cd1f05c7304cd6e77.tar.xz pyside-6da3e78014bacc89a754c26cd1f05c7304cd6e77.zip |
Created unit test for bug #814.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Hugo Parente <hugo.lima@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 01a4172..7cad2d7 100644 --- a/tests/QtDeclarative/CMakeLists.txt +++ b/tests/QtDeclarative/CMakeLists.txt @@ -2,6 +2,7 @@ PYSIDE_TEST(bug_451.py) PYSIDE_TEST(bug_456.py) PYSIDE_TEST(bug_557.py) PYSIDE_TEST(bug_726.py) +PYSIDE_TEST(bug_814.py) PYSIDE_TEST(qdeclarativenetwork_test.py) PYSIDE_TEST(qdeclarativeview_test.py) PYSIDE_TEST(connect_python_qml.py) |