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/calendar/tests/tst_calendar.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'views/calendar/tests') 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 @@ import QtQuick 2.7 import QtTest 1.0 +import org.kube.test 1.0 import "../qml" -TestCase { - width: 400 - height: 400 +ViewTestCase { name: "Todo" View { -- cgit v1.2.3