From 97bce501d5dc0f8e09e9607c24943ecd72fb7545 Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Fri, 8 Sep 2017 15:14:04 +0200 Subject: Remove HERE plugin from tests It keeps causing errors saying that host requires autentication, every now and then. Change-Id: I9fc96aee8793ca865cbcc88c7340f2363d08fc1f Reviewed-by: Alex Blasche --- tests/auto/declarative_ui/tst_map.qml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'tests') diff --git a/tests/auto/declarative_ui/tst_map.qml b/tests/auto/declarative_ui/tst_map.qml index 5c9deca2..c36ebc0e 100644 --- a/tests/auto/declarative_ui/tst_map.qml +++ b/tests/auto/declarative_ui/tst_map.qml @@ -38,18 +38,6 @@ Item { // General-purpose elements for the test: Plugin { id: testPlugin; name: "qmlgeo.test.plugin"; allowExperimental: true } Plugin { id: testPlugin2; name: "gmlgeo.test.plugin"; allowExperimental: true } - Plugin { id: herePlugin; name: "here"; - parameters: [ - PluginParameter { - name: "here.app_id" - value: "stub" - }, - PluginParameter { - name: "here.token" - value: "stub" - } - ] - } Plugin { id: testPluginLazyParameter; name: "qmlgeo.test.plugin" @@ -111,13 +99,13 @@ Item { Map {id: mapPar; plugin: testPlugin; center: coordinate1; width: 512; height: 512} - Map {id: coordinateMap; plugin: herePlugin; center: coordinate3; + Map {id: coordinateMap; plugin: testPlugin; center: coordinate3; width: 1000; height: 1000; zoomLevel: 15 } Map {id: mapTiltBearing; plugin: testPlugin; center: coordinate1; width: 1000; height: 1000; zoomLevel: 4; bearing: 45.0; tilt: 25.0 } - Map {id: mapTiltBearingHere; plugin: herePlugin; center: coordinate1; + Map {id: mapTiltBearingHere; plugin: testPlugin; center: coordinate1; width: 1000; height: 1000; zoomLevel: 4; bearing: 45.0; tilt: 25.0 } Map { -- cgit v1.2.1