OpenLayers OpenLayers

Changeset 1643

Show
Ignore:
Timestamp:
10/06/06 10:35:55 (2 years ago)
Author:
sderle
Message:

Fix plan in the Map tests for r1639.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tests/test_Map.html

    r1639 r1643  
    6363    } 
    6464    function test_04_Map_options(t) { 
    65         t.plan(2); 
     65        t.plan(3); 
    6666        map = new OpenLayers.Map($('map'), {numZoomLevels: 6, maxResolution: 3.14159, theme: 'foo'}); 
    6767        t.eq( map.numZoomLevels, 6, "map.numZoomLevels set correctly via options hashtable" );