summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2011-01-28 05:58:07 (GMT)
committerBea Lam <bea.lam@nokia.com>2011-01-28 05:58:32 (GMT)
commit6bdac26b9fc1575ee7783a47604108efc7058dcb (patch)
treed7a44d0707e125d656922e4699972071fd17d7d2
parent0e28a97c16f78e222841981653e71175313a4f4c (diff)
downloadQt-6bdac26b9fc1575ee7783a47604108efc7058dcb.zip
Qt-6bdac26b9fc1575ee7783a47604108efc7058dcb.tar.gz
Qt-6bdac26b9fc1575ee7783a47604108efc7058dcb.tar.bz2
Update test, versioning is fixed so expect-fail no longer needed
-rw-r--r--tests/auto/declarative/qdeclarativeloader/tst_qdeclarativeloader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeloader/tst_qdeclarativeloader.cpp b/tests/auto/declarative/qdeclarativeloader/tst_qdeclarativeloader.cpp
index a5e708b..4626c9c 100644
--- a/tests/auto/declarative/qdeclarativeloader/tst_qdeclarativeloader.cpp
+++ b/tests/auto/declarative/qdeclarativeloader/tst_qdeclarativeloader.cpp
@@ -615,7 +615,6 @@ void tst_QDeclarativeLoader::implicitSize()
QCOMPARE(item->property("implHeight").toReal(), 100.);
- QEXPECT_FAIL("", "versioned property implicit object reference", Continue);
QCOMPARE(item->property("implWidth").toReal(), 100.);
delete item;