summaryrefslogtreecommitdiff
path: root/tests/applications
diff options
context:
space:
mode:
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