OpenLayers OpenLayers

Changeset 3278

Show
Ignore:
Timestamp:
06/07/07 10:35:37 (1 year ago)
Author:
euzuro
Message:

set correct numbers on map tests

Files:

Legend:

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

    r3153 r3278  
    236236    } 
    237237 
    238     function test_10_Map_setBaseLayer(t) { 
     238    function test_12_Map_setBaseLayer(t) { 
    239239        t.plan( 4 ); 
    240240         
     
    265265    } 
    266266 
    267     function test_01_Map_setBaseLayer_after_pan (t) { 
     267    function test_13_Map_setBaseLayer_after_pan (t) { 
    268268        t.plan(1); 
    269269        map = new OpenLayers.Map('map'); 
     
    281281    } 
    282282 
    283     function test_12_Map_moveLayer (t) { 
     283    function test_14_Map_moveLayer (t) { 
    284284        t.plan(10); 
    285285        var ct  = 0; 
     
    320320    } 
    321321     
    322     function test_08_Map_setCenter(t) { 
     322    function test_15_Map_setCenter(t) { 
    323323        t.plan(1); 
    324324        map = new OpenLayers.Map('map'); 
     
    334334 
    335335     
    336     function test_01_Map_defaultTheme(t) { 
     336    function test_16_Map_defaultTheme(t) { 
    337337        t.plan(5); 
    338338         
     
    357357             "calling the map constructor twice with the same theme doesn't add duplicate link nodes"); 
    358358    } 
    359     function test_01_Map_customTheme(t) { 
     359    function test_17_Map_customTheme(t) { 
    360360        t.plan(5); 
    361361         
     
    380380        t.eq(themeNode.type, "text/css", "node added has type set to text/css"); 
    381381    } 
    382     function test_01_Map_noTheme(t) { 
     382    function test_18_Map_noTheme(t) { 
    383383        t.plan(1); 
    384384