summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2013-11-25 14:45:59 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-26 10:45:32 +0100
commit935a2e4a9fc603728d61e59050175998ded4acab (patch)
treee53145e0a2117cd0df18d637b28c4ac9fa59f96c /tests
parentc84b1a48e72d8205541d31befbd9897f8989d457 (diff)
downloadqtenginio-935a2e4a9fc603728d61e59050175998ded4acab.tar.gz
Rename Enginio to EnginioClient in QML
Change-Id: I83b932fc5c9febae1743ed20ad50069826b2d7c7 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qmltests/tst_enginioclient.qml4
-rw-r--r--tests/auto/qmltests/tst_enginioreply.qml2
-rw-r--r--tests/auto/qmltests/tst_files.qml2
-rw-r--r--tests/auto/qmltests/tst_identity.qml2
-rw-r--r--tests/auto/qmltests/tst_model.qml14
-rw-r--r--tests/auto/qmltests/tst_query.qml2
6 files changed, 13 insertions, 13 deletions
diff --git a/tests/auto/qmltests/tst_enginioclient.qml b/tests/auto/qmltests/tst_enginioclient.qml
index b64c394..30c8bc9 100644
--- a/tests/auto/qmltests/tst_enginioclient.qml
+++ b/tests/auto/qmltests/tst_enginioclient.qml
@@ -47,7 +47,7 @@ import "config.js" as AppConfig
Item {
id: root
- Enginio {
+ EnginioClient {
id: enginio
backendId: AppConfig.backendData.id
serviceUrl: AppConfig.backendData.serviceUrl
@@ -84,7 +84,7 @@ Item {
TestCase {
name: "EnginioClient: MostlyFakeReplies"
- Enginio {
+ EnginioClient {
id: fake
backendId: AppConfig.backendData.id
serviceUrl: AppConfig.backendData.serviceUrl
diff --git a/tests/auto/qmltests/tst_enginioreply.qml b/tests/auto/qmltests/tst_enginioreply.qml
index 075c26c..48f1dde 100644
--- a/tests/auto/qmltests/tst_enginioreply.qml
+++ b/tests/auto/qmltests/tst_enginioreply.qml
@@ -47,7 +47,7 @@ import "config.js" as AppConfig
Item {
id: root
- Enginio {
+ EnginioClient {
id: enginio
backendId: AppConfig.backendData.id
serviceUrl: AppConfig.backendData.serviceUrl
diff --git a/tests/auto/qmltests/tst_files.qml b/tests/auto/qmltests/tst_files.qml
index 4ab405b..039e1ad 100644
--- a/tests/auto/qmltests/tst_files.qml
+++ b/tests/auto/qmltests/tst_files.qml
@@ -52,7 +52,7 @@ import "config.js" as AppConfig
Item {
id: root
- Enginio {
+ EnginioClient {
id: enginio
backendId: AppConfig.backendData.id
serviceUrl: AppConfig.backendData.serviceUrl
diff --git a/tests/auto/qmltests/tst_identity.qml b/tests/auto/qmltests/tst_identity.qml
index 945d7d5..10baffd 100644
--- a/tests/auto/qmltests/tst_identity.qml
+++ b/tests/auto/qmltests/tst_identity.qml
@@ -47,7 +47,7 @@ import "config.js" as AppConfig
Item {
id: root
- Enginio {
+ EnginioClient {
id: enginio
backendId: AppConfig.backendData.id
serviceUrl: AppConfig.backendData.serviceUrl
diff --git a/tests/auto/qmltests/tst_model.qml b/tests/auto/qmltests/tst_model.qml
index 0262300..e98b41a 100644
--- a/tests/auto/qmltests/tst_model.qml
+++ b/tests/auto/qmltests/tst_model.qml
@@ -87,7 +87,7 @@ Item {
EnginioModel {
id: modelInvalidRow
- client: Enginio {
+ client: EnginioClient {
serviceUrl: AppConfig.backendData.serviceUrl
backendId: AppConfig.backendData.id
}
@@ -119,7 +119,7 @@ Item {
TestCase {
name: "EnginioModel: create"
- Enginio {
+ EnginioClient {
id: enginioClientCreate
serviceUrl: AppConfig.backendData.serviceUrl
@@ -208,7 +208,7 @@ Item {
EnginioModel {
id: modelQuery
- client: Enginio {
+ client: EnginioClient {
id: enginioClientQuery
serviceUrl: AppConfig.backendData.serviceUrl
@@ -270,7 +270,7 @@ Item {
EnginioModel {
id: modelModify
- client: Enginio {
+ client: EnginioClient {
id: enginioClientModify
serviceUrl: AppConfig.backendData.serviceUrl
@@ -331,7 +331,7 @@ Item {
EnginioModel {
id: modelModifyUndblocked
- client: Enginio {
+ client: EnginioClient {
id: enginioClientModifyUndblocked
serviceUrl: AppConfig.backendData.serviceUrl
@@ -391,7 +391,7 @@ Item {
EnginioModel {
id: modelModifyChaos
- client: Enginio {
+ client: EnginioClient {
id: enginioClientModifyChaos
serviceUrl: AppConfig.backendData.serviceUrl
@@ -452,7 +452,7 @@ Item {
EnginioModel {
id: modelRowCount
- client: Enginio {
+ client: EnginioClient {
serviceUrl: AppConfig.backendData.serviceUrl
property int errorCount: 0
diff --git a/tests/auto/qmltests/tst_query.qml b/tests/auto/qmltests/tst_query.qml
index 92e8fe9..1005092 100644
--- a/tests/auto/qmltests/tst_query.qml
+++ b/tests/auto/qmltests/tst_query.qml
@@ -47,7 +47,7 @@ import "config.js" as AppConfig
Item {
id: root
- Enginio {
+ EnginioClient {
id: enginio
backendId: AppConfig.backendData.id
serviceUrl: AppConfig.backendData.serviceUrl