OpenLayers OpenLayers
Show
Ignore:
Timestamp:
03/31/08 01:31:28 (9 months ago)
Author:
euzuro
Message:

fix up tests, remove _01_. (Closes #1387)

Files:

Legend:

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

    r6719 r6724  
    66    var map;  
    77 
    8     function test_01_Geometry_constructor (t) { 
     8    function test_Geometry_constructor (t) { 
    99        t.plan( 2 ); 
    1010         
     
    2727    } 
    2828 
    29     function test_02_Geometry_setBounds(t) { 
     29    function test_Geometry_setBounds(t) { 
    3030        t.plan( 2 ); 
    3131         
     
    4545    } 
    4646 
    47     function test_03_Geometry_extendBounds(t) { 
     47    function test_Geometry_extendBounds(t) { 
    4848        t.plan(9); 
    4949         
     
    104104    } 
    105105 
    106     function test_04_Geometry_getBounds(t) { 
     106    function test_Geometry_getBounds(t) { 
    107107        t.plan(1); 
    108108         
     
    115115    } 
    116116     
    117     function test_05_Geometry_atPoint(t) { 
     117    function test_Geometry_atPoint(t) { 
    118118        t.plan(6); 
    119119             
     
    174174    } 
    175175     
    176     function test_06_Geometry_getLength(t) { 
     176    function test_Geometry_getLength(t) { 
    177177        t.plan(1); 
    178178         
     
    182182    }     
    183183 
    184     function test_07_Geometry_getArea(t) { 
     184    function test_Geometry_getArea(t) { 
    185185        t.plan(1); 
    186186         
     
    190190    } 
    191191     
    192     function test_08_Geometry_clearBounds(t) { 
     192    function test_Geometry_clearBounds(t) { 
    193193        t.plan(2); 
    194194         
     
    204204    } 
    205205 
    206     function test_99_Geometry_destroy(t) { 
     206    function test_Geometry_destroy(t) { 
    207207        t.plan( 2 ); 
    208208