diff --git a/tests/Handler/test_Click.html b/tests/Handler/test_Click.html
index 74ebab93f5..39c478fdae 100644
--- a/tests/Handler/test_Click.html
+++ b/tests/Handler/test_Click.html
@@ -229,63 +229,6 @@
}
- function test_Handler_Drag_submethods(t) {
- t.plan(4);
-
- var map = new OpenLayers.Map('map', {controls: []});
-
- var control = new OpenLayers.Control();
- map.addControl(control);
-
-
- var handler = new OpenLayers.Handler.Drag(control, {});
- // set test events
- var events = ["down", "move", "up", "out"];
- var testEvents = {};
- var type, px;
- for(var i=0; i