diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-23 19:09:43 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-23 19:09:43 +0100 |
commit | d18b8a1ce93b7c8bef378ebf1e9b913f9f4557cf (patch) | |
tree | 095885c81f21bb29471863ed44455ba817bd126a /views/people | |
parent | d4a89fddffbdc9ad45fc121100714f52a1bf0207 (diff) | |
download | kube-d18b8a1ce93b7c8bef378ebf1e9b913f9f4557cf.tar.gz kube-d18b8a1ce93b7c8bef378ebf1e9b913f9f4557cf.zip |
The testplugin sets up the testenvironment, so always import that in tests.
Diffstat (limited to 'views/people')
-rw-r--r-- | views/people/tests/tst_peopleview.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/people/tests/tst_peopleview.qml b/views/people/tests/tst_peopleview.qml index 263247ad..d2764c31 100644 --- a/views/people/tests/tst_peopleview.qml +++ b/views/people/tests/tst_peopleview.qml | |||
@@ -19,6 +19,7 @@ | |||
19 | 19 | ||
20 | import QtQuick 2.7 | 20 | import QtQuick 2.7 |
21 | import QtTest 1.0 | 21 | import QtTest 1.0 |
22 | import org.kube.test 1.0 | ||
22 | import "../qml" | 23 | import "../qml" |
23 | 24 | ||
24 | TestCase { | 25 | TestCase { |