From 5892cf6b29c62cc632e94b22624a0bbbe6c21c54 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 25 Jul 2018 17:31:31 +0200 Subject: Shutdown resources at the end of the test to keep them from blocking the test from exiting. --- views/accounts/tests/tst_accountsview.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views/accounts/tests') diff --git a/views/accounts/tests/tst_accountsview.qml b/views/accounts/tests/tst_accountsview.qml index c3b919c0..8d7bc29d 100644 --- a/views/accounts/tests/tst_accountsview.qml +++ b/views/accounts/tests/tst_accountsview.qml @@ -29,6 +29,10 @@ TestCase { name: "AccountsView" when: windowShown + function cleanup() { + TestStore.shutdownResources(); + } + function visitChildren(item) { console.warn(item) for (var i = 0; i < item.children.length; i++) { -- cgit v1.2.3