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 /tests/qmldir | |
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 'tests/qmldir')
-rw-r--r-- | tests/qmldir | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qmldir b/tests/qmldir index 2ccb630a..63b4ba66 100644 --- a/tests/qmldir +++ b/tests/qmldir | |||
@@ -1,3 +1,5 @@ | |||
1 | module org.kube.test | 1 | module org.kube.test |
2 | 2 | ||
3 | ViewTestCase 1.0 ViewTestCase.qml | ||
4 | |||
3 | plugin testplugin | 5 | plugin testplugin |