From 43aac5480cb7baee1bd6bacb6f960582592f3d50 Mon Sep 17 00:00:00 2001 From: tsauerwein Date: Wed, 26 Feb 2014 16:17:29 +0100 Subject: [PATCH] fixes interaction options in tests --- test/spec/ol/map.test.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/spec/ol/map.test.js b/test/spec/ol/map.test.js index 4564955ce0..8bcc65f514 100644 --- a/test/spec/ol/map.test.js +++ b/test/spec/ol/map.test.js @@ -141,13 +141,12 @@ describe('ol.Map', function() { options = { altShiftDragRotate: false, doubleClickZoom: false, - dragPan: false, keyboard: false, mouseWheelZoom: false, shiftDragZoom: false, - touchPan: false, - touchRotate: false, - touchZoom: false + pan: false, + rotate: false, + zoom: false }; });