r9113 came with one minor typo in the PanZoom tests. Tests now pass. (see #1949)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9128 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
map.addControl(control);
|
||||
control.removeButtons();
|
||||
t.eq(control.buttons.length, 0, "buttons array cleared correctly");
|
||||
t.eq(contrl.div.childNodes.length, 0, "control div is empty");
|
||||
t.eq(control.div.childNodes.length, 0, "control div is empty");
|
||||
}
|
||||
|
||||
function test_Control_PanZoom_control_events (t) {
|
||||
|
||||
Reference in New Issue
Block a user