From aa020f60e07eefb81c89a9c94b035b748a4e872c Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Thu, 14 Jan 2010 16:55:03 +1000 Subject: Ref bug --- tests/auto/declarative/qmlqt/tst_qmlqt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(object->property("test1")), QColor::fromRgbF(0, 0, 1)); QCOMPARE(qvariant_cast(object->property("test2")), QColor::fromRgbF(1, 0, 0)); - // Fails due to QT-2424 + QEXPECT_FAIL("", "QT-2424",Continue); QCOMPARE(qvariant_cast(object->property("test3")), QColor::fromRgbF(1, 0, 0)); QCOMPARE(qvariant_cast(object->property("test4")), QColor()); QCOMPARE(qvariant_cast(object->property("test5")), QColor()); -- cgit v0.12