summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-02-11 16:08:56 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-02-11 16:08:56 (GMT)
commitf8c0873871afc0a17bc4c3da446d86a9cc6ff92f (patch)
tree2d3078e91a4f76a3dd2482dd1f46f4dccb8eebda /tests
parent84b4f1b633c347f166c51673003e7bfde78bfd11 (diff)
downloadQt-f8c0873871afc0a17bc4c3da446d86a9cc6ff92f.zip
Qt-f8c0873871afc0a17bc4c3da446d86a9cc6ff92f.tar.gz
Qt-f8c0873871afc0a17bc4c3da446d86a9cc6ff92f.tar.bz2
Fix declarative/qmldom::loadDynamicProperty autotest
Reviewed-by: akennedy
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qmldom/tst_qmldom.cpp2
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");
}
{