diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-01-14 06:55:03 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-01-14 06:55:03 (GMT) |
commit | aa020f60e07eefb81c89a9c94b035b748a4e872c (patch) | |
tree | c5ab03f528efc9f6bb08f0709ef55738a055d1ae | |
parent | 524bec6e67e0daadb8d7f287dd0a5dfb5ab4987d (diff) | |
download | Qt-aa020f60e07eefb81c89a9c94b035b748a4e872c.zip Qt-aa020f60e07eefb81c89a9c94b035b748a4e872c.tar.gz Qt-aa020f60e07eefb81c89a9c94b035b748a4e872c.tar.bz2 |
Ref bug
-rw-r--r-- | tests/auto/declarative/qmlqt/tst_qmlqt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlqt/tst_qmlqt.cpp b/tests/auto/declarative/qmlqt/tst_qmlqt.cpp index f184af0..78f39be 100644 --- a/tests/auto/declarative/qmlqt/tst_qmlqt.cpp +++ b/tests/auto/declarative/qmlqt/tst_qmlqt.cpp @@ -254,7 +254,7 @@ void tst_qmlqt::tint() QCOMPARE(qvariant_cast<QColor>(object->property("test1")), QColor::fromRgbF(0, 0, 1)); QCOMPARE(qvariant_cast<QColor>(object->property("test2")), QColor::fromRgbF(1, 0, 0)); - // Fails due to QT-2424 + QEXPECT_FAIL("", "QT-2424",Continue); QCOMPARE(qvariant_cast<QColor>(object->property("test3")), QColor::fromRgbF(1, 0, 0)); QCOMPARE(qvariant_cast<QColor>(object->property("test4")), QColor()); QCOMPARE(qvariant_cast<QColor>(object->property("test5")), QColor()); |