Added tests for OpenLayers.Control.Pan.

This commit is contained in:
Marc Jansen
2012-04-17 21:24:54 +02:00
parent d08fb575b1
commit 53ed973eec
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ function test_ZoomIn_constructor (t) {
//
t.ok(
control instanceof OpenLayers.Control.ZoomIn,
"new OpenLayers.Control.ZoomOut returns object"
"new OpenLayers.Control.ZoomIn returns object"
);
t.eq(
control.displayClass, "olControlZoomIn",

View File

@@ -46,6 +46,7 @@
<li>Control/UTFGrid.html</li>
<li>Control/WMSGetFeatureInfo.html</li>
<li>Control/WMTSGetFeatureInfo.html</li>
<li>Control/Pan.html</li>
<li>Control/PanPanel.html</li>
<li>Control/SLDSelect.html</li>
<li>Control/Zoom.html</li>