diff options
author | Renato Filho <renato.filho@openbossa.org> | 2011-08-11 15:18:52 -0300 |
---|---|---|
committer | Renato Filho <renato.filho@openbossa.org> | 2011-08-11 19:14:57 -0300 |
commit | 5cc288b6796044d828ff463afa352703d6a59e90 (patch) | |
tree | 75da553d3a9a6805f03e2d5b225dcfd34e7563d3 /tests/QtDeclarative/CMakeLists.txt | |
parent | f40f69f6e1a65f3b025a3035d4de0a4eaf23b05f (diff) | |
download | pyside-5cc288b6796044d828ff463afa352703d6a59e90.tar.gz pyside-5cc288b6796044d828ff463afa352703d6a59e90.tar.xz pyside-5cc288b6796044d828ff463afa352703d6a59e90.zip |
Created unit test for bug #951.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
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 31ea6e7..279987e 100644 --- a/tests/QtDeclarative/CMakeLists.txt +++ b/tests/QtDeclarative/CMakeLists.txt @@ -7,6 +7,7 @@ PYSIDE_TEST(bug_825.py) PYSIDE_TEST(bug_847.py) PYSIDE_TEST(bug_915.py) PYSIDE_TEST(bug_926.py) +PYSIDE_TEST(bug_951.py) PYSIDE_TEST(qdeclarativenetwork_test.py) PYSIDE_TEST(qdeclarativeview_test.py) PYSIDE_TEST(connect_python_qml.py) |