summaryrefslogtreecommitdiffstats
path: root/views/calendar
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/calendar
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/calendar')
-rw-r--r--views/calendar/tests/tst_calendar.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/views/calendar/tests/tst_calendar.qml b/views/calendar/tests/tst_calendar.qml
index 46f7dba2..20b78ba7 100644
--- a/views/calendar/tests/tst_calendar.qml
+++ b/views/calendar/tests/tst_calendar.qml
@@ -19,11 +19,10 @@
19 19
20import QtQuick 2.7 20import QtQuick 2.7
21import QtTest 1.0 21import QtTest 1.0
22import org.kube.test 1.0
22import "../qml" 23import "../qml"
23 24
24TestCase { 25ViewTestCase {
25 width: 400
26 height: 400
27 name: "Todo" 26 name: "Todo"
28 27
29 View { 28 View {