From 273c7ab5d2c70890f3fc9e30bc70d05d99bdef70 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 24 Mar 2009 20:17:32 +0000 Subject: [PATCH] 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 --- tests/Control/PanZoom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Control/PanZoom.html b/tests/Control/PanZoom.html index a50b83629f..65fb84e623 100644 --- a/tests/Control/PanZoom.html +++ b/tests/Control/PanZoom.html @@ -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) {