summaryrefslogtreecommitdiffstats
path: root/views/people/tests
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-25 17:54:09 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-25 17:54:09 +0200
commit3bc8dd514abd6e737c557f3987315401ebf8d452 (patch)
tree5daafe27dab735a607e1a2e36f83aa8023a9ab12 /views/people/tests
parent5892cf6b29c62cc632e94b22624a0bbbe6c21c54 (diff)
downloadkube-3bc8dd514abd6e737c557f3987315401ebf8d452.tar.gz
kube-3bc8dd514abd6e737c557f3987315401ebf8d452.zip
Ensure that we shutdown all resources before existing the test.
A lingering resource will also block the test from exiting.
Diffstat (limited to 'views/people/tests')
-rw-r--r--views/people/tests/tst_peopleview.qml4
1 files changed, 1 insertions, 3 deletions
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
22import org.kube.test 1.0 22import org.kube.test 1.0
23import "../qml" 23import "../qml"
24 24
25TestCase { 25ViewTestCase {
26 id: testCase 26 id: testCase
27 width: 400
28 height: 400
29 name: "PeopleView" 27 name: "PeopleView"
30 28
31 View { 29 View {