summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Gunnarsson <anders.gunnarsson@appello.com>2013-11-04 16:07:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-05 09:00:41 +0100
commit3fa4c43b5285d628084c74354e82ea0ee981d3f1 (patch)
treeffd11f002ccb5e2f609d6491198a1e7169b0e040
parentf552454bff346c89761295421ecbb6d3784dbfb7 (diff)
downloadqtlocation-3fa4c43b5285d628084c74354e82ea0ee981d3f1.tar.gz
Fixed broken test cases with incomplete test plugin configuration
The test plugin is experimental and requires allowExperimental == true to be used Change-Id: Id27d4b2a4a9597fc42a725435cac49b898010e4a Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
-rw-r--r--tests/auto/declarative_core/tst_supplier.qml1
-rw-r--r--tests/auto/declarative_ui/tst_map_geocoding.qml2
-rw-r--r--tests/auto/declarative_ui/tst_map_mouse.qml2
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/declarative_core/tst_supplier.qml b/tests/auto/declarative_core/tst_supplier.qml
index de35e95f..a98bb79e 100644
--- a/tests/auto/declarative_core/tst_supplier.qml
+++ b/tests/auto/declarative_core/tst_supplier.qml
@@ -87,6 +87,7 @@ TestCase {
Plugin {
id: testPlugin
name: "qmlgeo.test.plugin"
+ allowExperimental: true
}
Plugin {
diff --git a/tests/auto/declarative_ui/tst_map_geocoding.qml b/tests/auto/declarative_ui/tst_map_geocoding.qml
index 5d6b33a8..1f5f508a 100644
--- a/tests/auto/declarative_ui/tst_map_geocoding.qml
+++ b/tests/auto/declarative_ui/tst_map_geocoding.qml
@@ -45,7 +45,7 @@ import QtLocation 5.0
import QtPositioning 5.2
Item {
- Plugin { id: nokiaPlugin; name: "qmlgeo.test.plugin"}
+ Plugin { id: nokiaPlugin; name: "qmlgeo.test.plugin"; allowExperimental: true}
Plugin { id: invalidPlugin; name: "invalid"}
property variant coordinate1: QtPositioning.coordinate(51, 41)
diff --git a/tests/auto/declarative_ui/tst_map_mouse.qml b/tests/auto/declarative_ui/tst_map_mouse.qml
index 0f6e34da..7787d462 100644
--- a/tests/auto/declarative_ui/tst_map_mouse.qml
+++ b/tests/auto/declarative_ui/tst_map_mouse.qml
@@ -82,7 +82,7 @@ Item {
width: 120
height: 120
// General-purpose elements for the test:
- Plugin { id: testPlugin; name : "qmlgeo.test.plugin";}
+ Plugin { id: testPlugin; name : "qmlgeo.test.plugin"; allowExperimental: true }
MapMouseEvent{
id: mapMouseEvent