diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-02-11 16:08:56 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-02-11 16:08:56 (GMT) |
commit | f8c0873871afc0a17bc4c3da446d86a9cc6ff92f (patch) | |
tree | 2d3078e91a4f76a3dd2482dd1f46f4dccb8eebda /tests/auto/declarative | |
parent | 84b4f1b633c347f166c51673003e7bfde78bfd11 (diff) | |
download | Qt-f8c0873871afc0a17bc4c3da446d86a9cc6ff92f.zip Qt-f8c0873871afc0a17bc4c3da446d86a9cc6ff92f.tar.gz Qt-f8c0873871afc0a17bc4c3da446d86a9cc6ff92f.tar.bz2 |
Fix declarative/qmldom::loadDynamicProperty autotest
Reviewed-by: akennedy
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r-- | tests/auto/declarative/qmldom/tst_qmldom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmldom/tst_qmldom.cpp b/tests/auto/declarative/qmldom/tst_qmldom.cpp index 6527b36..ce35130 100644 --- a/tests/auto/declarative/qmldom/tst_qmldom.cpp +++ b/tests/auto/declarative/qmldom/tst_qmldom.cpp @@ -486,7 +486,7 @@ void tst_qmldom::loadDynamicProperty() DP_TEST(7, h, QVariant::Date, 168, 15, "date"); DP_TEST(8, i, qMetaTypeId<QVariant>(), 188, 14, "var"); DP_TEST(9, j, qMetaTypeId<QVariant>(), 207, 18, "variant"); - DP_TEST(10, k, -1, 230, 17, "QtObject"); + DP_TEST(10, k, -1, 230, 19, "QtObject"); } { |