diff -r ef0373b55136 -r 758a864f9613 tests/auto/declarative/qdeclarativedom/tst_qdeclarativedom.cpp --- a/tests/auto/declarative/qdeclarativedom/tst_qdeclarativedom.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/tests/auto/declarative/qdeclarativedom/tst_qdeclarativedom.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -480,7 +480,7 @@ DP_TEST(0, a, QVariant::Int, 25, 14, "int"); DP_TEST(1, b, QVariant::Bool, 44, 15, "bool"); - DP_TEST(2, c, QVariant::Double, 64, 17, "double"); + DP_TEST(2, c, QMetaType::QReal, 64, 17, "double"); DP_TEST(3, d, QMetaType::QReal, 86, 15, "real"); DP_TEST(4, e, QVariant::String, 106, 17, "string"); DP_TEST(5, f, QVariant::Url, 128, 14, "url");