From 3bc8dd514abd6e737c557f3987315401ebf8d452 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 25 Jul 2018 17:54:09 +0200 Subject: Ensure that we shutdown all resources before existing the test. A lingering resource will also block the test from exiting. --- views/people/tests/tst_peopleview.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'views/people/tests') diff --git a/views/people/tests/tst_peopleview.qml b/views/people/tests/tst_peopleview.qml index d2764c31..4b940c6d 100644 --- a/views/people/tests/tst_peopleview.qml +++ b/views/people/tests/tst_peopleview.qml @@ -22,10 +22,8 @@ import QtTest 1.0 import org.kube.test 1.0 import "../qml" -TestCase { +ViewTestCase { id: testCase - width: 400 - height: 400 name: "PeopleView" View { -- cgit v1.2.3