Added tests for OpenLayers.Control.Pan.
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user