aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/qquickellipseextruder
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-11-02 13:44:06 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-02 06:45:49 +0100
commit62af8d46b2d1b0bb1ef79e5a119bd05e5a83aad6 (patch)
tree7ad9efea1190e53153e8042411252581216737c2 /tests/auto/particles/qquickellipseextruder
parent1c394490f4efe6055426257a8dfcec4cdf3e12af (diff)
Delete view at end of test
Change-Id: I290536bd975e7e6f6f65cf964604664faf7d3056 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests/auto/particles/qquickellipseextruder')
-rw-r--r--tests/auto/particles/qquickellipseextruder/tst_qquickellipseextruder.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/particles/qquickellipseextruder/tst_qquickellipseextruder.cpp b/tests/auto/particles/qquickellipseextruder/tst_qquickellipseextruder.cpp
index ea2139c16a..683eb49ed7 100644
--- a/tests/auto/particles/qquickellipseextruder/tst_qquickellipseextruder.cpp
+++ b/tests/auto/particles/qquickellipseextruder/tst_qquickellipseextruder.cpp
@@ -97,6 +97,7 @@ void tst_qquickellipseextruder::test_basic()
QCOMPARE(d->endSize, 32.f);
QVERIFY(myFuzzyLEQ(d->t, ((qreal)system->timeInt/1000.0)));
}
+
//Just border
QCOMPARE(system->groupData[1]->size(), 500);
foreach (QQuickParticleData *d, system->groupData[1]->data) {
@@ -113,6 +114,7 @@ void tst_qquickellipseextruder::test_basic()
QCOMPARE(d->endSize, 32.f);
QVERIFY(myFuzzyLEQ(d->t, ((qreal)system->timeInt/1000.0)));
}
+ delete view;
}
QTEST_MAIN(tst_qquickellipseextruder);