aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/qquickfriction/tst_qquickfriction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/particles/qquickfriction/tst_qquickfriction.cpp')
-rw-r--r--tests/auto/particles/qquickfriction/tst_qquickfriction.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/particles/qquickfriction/tst_qquickfriction.cpp b/tests/auto/particles/qquickfriction/tst_qquickfriction.cpp
index c9070cf107..bea3e18d27 100644
--- a/tests/auto/particles/qquickfriction/tst_qquickfriction.cpp
+++ b/tests/auto/particles/qquickfriction/tst_qquickfriction.cpp
@@ -101,6 +101,7 @@ void tst_qquickfriction::test_basic()
QCOMPARE(d->endSize, 32.f);
QVERIFY(myFuzzyLEQ(d->t, ((qreal)system->timeInt/1000.0)));
}
+ delete view;
}
void tst_qquickfriction::test_threshold()
@@ -127,6 +128,7 @@ void tst_qquickfriction::test_threshold()
QCOMPARE(d->endSize, 32.f);
QVERIFY(myFuzzyLEQ(d->t, ((qreal)system->timeInt/1000.0)));
}
+ delete view;
}
QTEST_MAIN(tst_qquickfriction);