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:
Tim Schaub
2009-03-24 20:17:32 +00:00
parent 2ee964ba55
commit 273c7ab5d2

View File

@@ -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) {