Fix QQuickAge test
[profile/ivi/qtdeclarative.git] / tests / auto / particles / qquickage / tst_qquickage.cpp
index 017518d..4335016 100644 (file)
@@ -145,7 +145,7 @@ void tst_qquickage::test_sustained()
     ensureAnimTime(600, system->m_animation);
     //TODO: Ensure some particles have lived to 0.4s point despite unified timer
 
-    QVERIFY(extremelyFuzzyCompare(system->groupData[0]->size(), 500, 10));
+    //Can't verify size, because particles never die. It will constantly grow.
     foreach (QQuickParticleData *d, system->groupData[0]->data) {
         if (d->t == -1)
             continue; //Particle data unused