diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:14:56 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:14:56 +0200 |
commit | a5b1c1c4bd44741a54895c4e84846c045facce70 (patch) | |
tree | cca1263b04351ccc8a964705b0ba06c3a7d47eea /tests | |
parent | d7e3a79c0f3692031c4f039077faa7667bc5d696 (diff) | |
download | kube-a5b1c1c4bd44741a54895c4e84846c045facce70.tar.gz kube-a5b1c1c4bd44741a54895c4e84846c045facce70.zip |
kube-mail is now kube
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tst_applicationstart.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tst_applicationstart.qml b/tests/tst_applicationstart.qml index 15809395..b5d7a396 100644 --- a/tests/tst_applicationstart.qml +++ b/tests/tst_applicationstart.qml | |||
@@ -21,7 +21,7 @@ import QtQuick 2.7 | |||
21 | import QtQuick.Controls 2.0 | 21 | 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.components.mail 1.0 as KubeMail | 24 | import org.kube.components.kube 1.0 as Kube |
25 | 25 | ||
26 | 26 | ||
27 | TestCase { | 27 | TestCase { |
@@ -30,7 +30,7 @@ TestCase { | |||
30 | height: 400 | 30 | height: 400 |
31 | name: "ApplicationStart" | 31 | name: "ApplicationStart" |
32 | 32 | ||
33 | KubeMail.Mail { | 33 | Kube.Kube { |
34 | } | 34 | } |
35 | 35 | ||
36 | function test_stuff() { | 36 | function test_stuff() { |