fix qmltest bugs
[profile/ivi/qtdeclarative.git] / tests / auto / qmltest / createbenchmark / tst_createbenchmark.qml
index 7982f24..a4ffb68 100644 (file)
@@ -49,7 +49,7 @@ TestCase {
     function benchmark_create_component() {
         var component = Qt.createComponent("item.qml")
         var obj = component.createObject(top)
-        obj.destroy()
+        //obj.destroy(100)
         component.destroy()
     }
 }