Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging into v8
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativexmlhttprequest / tst_qdeclarativexmlhttprequest.cpp
index aad68c5..d2b7d5b 100644 (file)
@@ -977,7 +977,6 @@ void tst_qdeclarativexmlhttprequest::invalidMethodUsage()
     QObject *object = component.create();
     QVERIFY(object != 0);
 
-    QCOMPARE(object->property("onreadystatechange").toBool(), true);
     QCOMPARE(object->property("readyState").toBool(), true);
     QCOMPARE(object->property("status").toBool(), true);
     QCOMPARE(object->property("statusText").toBool(), true);