diff options
author | Martin Jones <martin.jones@nokia.com> | 2011-01-28 05:53:49 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2011-01-28 05:53:49 (GMT) |
commit | 1391ebba9eb214f1f7f7b236f0e22eb41828f72c (patch) | |
tree | 083217ace4bb0ec9e343d19eda6dd3076ac2c76c /tests/auto | |
parent | 7837e65c99324b539582066be308fb26ae439ecc (diff) | |
download | Qt-1391ebba9eb214f1f7f7b236f0e22eb41828f72c.zip Qt-1391ebba9eb214f1f7f7b236f0e22eb41828f72c.tar.gz Qt-1391ebba9eb214f1f7f7b236f0e22eb41828f72c.tar.bz2 |
Test failure fixed - remove XFAIL
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/declarative/qdeclarativeloader/tst_qdeclarativeloader.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/declarative/qdeclarativeloader/tst_qdeclarativeloader.cpp b/tests/auto/declarative/qdeclarativeloader/tst_qdeclarativeloader.cpp index a5e708b..42746e8 100644 --- a/tests/auto/declarative/qdeclarativeloader/tst_qdeclarativeloader.cpp +++ b/tests/auto/declarative/qdeclarativeloader/tst_qdeclarativeloader.cpp @@ -614,8 +614,6 @@ void tst_QDeclarativeLoader::implicitSize() QCOMPARE(item->height(), 150.); QCOMPARE(item->property("implHeight").toReal(), 100.); - - QEXPECT_FAIL("", "versioned property implicit object reference", Continue); QCOMPARE(item->property("implWidth").toReal(), 100.); delete item; |