summaryrefslogtreecommitdiff
path: root/tests/applications
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@nokia.com>2011-12-14 14:53:33 +0200
committerQt by Nokia <qt-info@nokia.com>2011-12-15 01:59:01 +0100
commitd6e91077ee259e26b4574a2bde8f5990eddf272c (patch)
tree391f927025d5ae707f49bb6d26881598f752c5ed /tests/applications
parent7ec81b7be1b71c8ab359412e980e45fc98838519 (diff)
downloadqtlocation-d6e91077ee259e26b4574a2bde8f5990eddf272c.tar.gz
Rough version of the mapping test plugin.
Change-Id: I5ed2ab21ea0bfbecd599fe006d2f8a61abc9e50c Reviewed-by: David Laing <david.laing@nokia.com>
Diffstat (limited to 'tests/applications')
-rw-r--r--tests/applications/declarative_map/map3d.qml14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/applications/declarative_map/map3d.qml b/tests/applications/declarative_map/map3d.qml
index c05e37f3..a9d98054 100644
--- a/tests/applications/declarative_map/map3d.qml
+++ b/tests/applications/declarative_map/map3d.qml
@@ -796,7 +796,19 @@ Rectangle {
Text {text: "Flick deceleration: " + map.flick.deceleration; color: firstText.color; font.bold: true}
Text {text: "Weather: Sunny, mild, late showers."; color: firstText.color; font.bold: true}
}
- plugin : Plugin {name : "nokia"}
+
+
+ //plugin : Plugin {name : "nokia"}
+
+ plugin: Plugin {
+ id: testPlugin;
+ name: "qmlgeo.test.plugin"
+ parameters: [
+ // Parms to guide the test plugin
+ PluginParameter { name: "finishRequestImmediately"; value: true}
+ ]
+ }
+
// commented features are checked to work at least somehow
//anchors.left: parent.left
//anchors.bottom: parent.bottom