From a5483e0f6da866cd0d43ecab7a3a8d77b6e1c4d0 Mon Sep 17 00:00:00 2001 From: Schuyler Erle Date: Fri, 6 Oct 2006 14:35:55 +0000 Subject: [PATCH] Fix plan in the Map tests for r1639. git-svn-id: http://svn.openlayers.org/trunk/openlayers@1643 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/test_Map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_Map.html b/tests/test_Map.html index 9cfcf5b510..99a17a8a06 100644 --- a/tests/test_Map.html +++ b/tests/test_Map.html @@ -62,7 +62,7 @@ "layer2 zIndex is set" ); } function test_04_Map_options(t) { - t.plan(2); + t.plan(3); map = new OpenLayers.Map($('map'), {numZoomLevels: 6, maxResolution: 3.14159, theme: 'foo'}); t.eq( map.numZoomLevels, 6, "map.numZoomLevels set correctly via options hashtable" ); t.eq( map.maxResolution, 3.14159, "map.maxResolution set correctly via options hashtable" );