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/composer/tests/tst_composerview.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'views/composer/tests') diff --git a/views/composer/tests/tst_composerview.qml b/views/composer/tests/tst_composerview.qml index 61668ecb..d3b6a420 100644 --- a/views/composer/tests/tst_composerview.qml +++ b/views/composer/tests/tst_composerview.qml @@ -23,10 +23,8 @@ import org.kube.framework 1.0 as Kube import org.kube.test 1.0 import "../qml" -TestCase { +ViewTestCase { id: testCase - width: 400 - height: 400 name: "ComposerView" when: windowShown -- cgit v1.2.3