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 | |
parent | d4a89fddffbdc9ad45fc121100714f52a1bf0207 (diff) | |
download | kube-d18b8a1ce93b7c8bef378ebf1e9b913f9f4557cf.tar.gz kube-d18b8a1ce93b7c8bef378ebf1e9b913f9f4557cf.zip |
The testplugin sets up the testenvironment, so always import that in tests.
-rw-r--r-- | components/kube/tests/tst_applicationstart.qml | 2 | ||||
-rw-r--r-- | views/log/tests/tst_logview.qml | 1 | ||||
-rw-r--r-- | views/people/tests/tst_peopleview.qml | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/components/kube/tests/tst_applicationstart.qml b/components/kube/tests/tst_applicationstart.qml index fdfc2634..f1ade820 100644 --- a/components/kube/tests/tst_applicationstart.qml +++ b/components/kube/tests/tst_applicationstart.qml | |||
@@ -19,8 +19,8 @@ | |||
19 | 19 | ||
20 | import QtQuick 2.7 | 20 | import QtQuick 2.7 |
21 | import QtQuick.Controls 2.0 | 21 | import QtQuick.Controls 2.0 |
22 | import QtQuick.Window 2.1 | ||
23 | import QtTest 1.0 | 22 | import QtTest 1.0 |
23 | import org.kube.test 1.0 | ||
24 | import "../qml" | 24 | import "../qml" |
25 | 25 | ||
26 | 26 | ||
diff --git a/views/log/tests/tst_logview.qml b/views/log/tests/tst_logview.qml index a78d71cb..b8cccd92 100644 --- a/views/log/tests/tst_logview.qml +++ b/views/log/tests/tst_logview.qml | |||
@@ -22,6 +22,7 @@ import QtQuick.Controls 2.0 | |||
22 | import QtQuick.Window 2.1 | 22 | import QtQuick.Window 2.1 |
23 | import QtTest 1.0 | 23 | import QtTest 1.0 |
24 | import org.kube.framework 1.0 as Kube | 24 | import org.kube.framework 1.0 as Kube |
25 | import org.kube.test 1.0 | ||
25 | import "../qml" | 26 | import "../qml" |
26 | 27 | ||
27 | TestCase { | 28 | TestCase { |
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 { |