Changeset 1643
- Timestamp:
- 10/06/06 10:35:55 (2 years ago)
- Files:
-
- trunk/openlayers/tests/test_Map.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/test_Map.html
r1639 r1643 63 63 } 64 64 function test_04_Map_options(t) { 65 t.plan( 2);65 t.plan(3); 66 66 map = new OpenLayers.Map($('map'), {numZoomLevels: 6, maxResolution: 3.14159, theme: 'foo'}); 67 67 t.eq( map.numZoomLevels, 6, "map.numZoomLevels set correctly via options hashtable" );
