diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-25 17:54:09 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-25 17:54:09 +0200 |
commit | 3bc8dd514abd6e737c557f3987315401ebf8d452 (patch) | |
tree | 5daafe27dab735a607e1a2e36f83aa8023a9ab12 /views/composer | |
parent | 5892cf6b29c62cc632e94b22624a0bbbe6c21c54 (diff) | |
download | kube-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/composer')
-rw-r--r-- | views/composer/tests/tst_composerview.qml | 4 |
1 files changed, 1 insertions, 3 deletions
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 | |||
23 | import org.kube.test 1.0 | 23 | import org.kube.test 1.0 |
24 | import "../qml" | 24 | import "../qml" |
25 | 25 | ||
26 | TestCase { | 26 | ViewTestCase { |
27 | id: testCase | 27 | id: testCase |
28 | width: 400 | ||
29 | height: 400 | ||
30 | name: "ComposerView" | 28 | name: "ComposerView" |
31 | when: windowShown | 29 | when: windowShown |
32 | 30 | ||