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/conversation/tests/tst_conversationview.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'views/conversation/tests') diff --git a/views/conversation/tests/tst_conversationview.qml b/views/conversation/tests/tst_conversationview.qml index 186c2634..b85f4cb6 100644 --- a/views/conversation/tests/tst_conversationview.qml +++ b/views/conversation/tests/tst_conversationview.qml @@ -23,10 +23,8 @@ import "../qml" import org.kube.framework 1.0 as Kube import org.kube.test 1.0 -TestCase { +ViewTestCase { id: testCase - width: 400 - height: 400 name: "MailView" Component { -- cgit v1.2.3