summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_ui/tst_map_mouse.qml
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@jollamobile.com>2014-01-28 16:19:43 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-06 01:38:38 +0100
commit5748de7e54af9d6f20c89a3f4383a297fb70987e (patch)
treed08ab18a46989dc949c90882dddbc923d8169972 /tests/auto/declarative_ui/tst_map_mouse.qml
parent545e3f0540a1bd8e431391e325038fabca915867 (diff)
downloadqtlocation-5748de7e54af9d6f20c89a3f4383a297fb70987e.tar.gz
Missing changes from MapMouseArea removal.
MapMouseArea has been removed. Remove MapMouseEvent, it is no longer required. Remove some remaining MapMouseArea instances in the tests. Change-Id: I12c534bb3360f6a19ec9e1dd40ecf7bb0d7b8e21 Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'tests/auto/declarative_ui/tst_map_mouse.qml')
-rw-r--r--tests/auto/declarative_ui/tst_map_mouse.qml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/declarative_ui/tst_map_mouse.qml b/tests/auto/declarative_ui/tst_map_mouse.qml
index d059bcfb..3931b1ca 100644
--- a/tests/auto/declarative_ui/tst_map_mouse.qml
+++ b/tests/auto/declarative_ui/tst_map_mouse.qml
@@ -84,10 +84,6 @@ Item {
// General-purpose elements for the test:
Plugin { id: testPlugin; name : "qmlgeo.test.plugin"; allowExperimental: true }
- MapMouseEvent{
- id: mapMouseEvent
- }
-
function setMouseData(ma, me)
{
ma.lastX = me.x
@@ -353,15 +349,6 @@ Item {
compare(mouseUpperClickedSpy.count, 1)
}
- function test_aab_event_basic_properties() {
- compare(mapMouseEvent.accepted, false)
- compare(mapMouseEvent.button, Qt.NoButton)
- compare(mapMouseEvent.modifiers, Qt.NoModifier)
- compare(mapMouseEvent.wasHeld, false)
- compare(mapMouseEvent.x, 0)
- compare(mapMouseEvent.y, 0)
- }
-
function test_basic_position_changed() {
// tests basic position changed/move when button is being pressed
clear_data();