Fix plan in the Map tests for r1639.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1643 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Schuyler Erle
2006-10-06 14:35:55 +00:00
parent 9e8f7f796c
commit a5483e0f6d

View File

@@ -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" );