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/Marker/Box.html

    r6719 r6724  
    55    var box;  
    66     
    7     function test_01_Box_constructor (t) { 
     7    function test_Box_constructor (t) { 
    88        t.plan( 7 ); 
    99 
     
    3939 
    4040 
    41     function test_02_Box_setBorder(t) { 
     41    function test_Box_setBorder(t) { 
    4242        t.plan( 2 ); 
    4343 
     
    6262 
    6363    } 
    64     function test_03_Box_draw(t) { 
     64    function test_Box_draw(t) { 
    6565        t.plan( 5 ); 
    6666 
     
    9898    } 
    9999 
    100     function test_04_Box_onScreen(t) { 
     100    function test_Box_onScreen(t) { 
    101101        t.plan( 2 ); 
    102102 
     
    129129    } 
    130130 
    131     function test_05_Box_display(t) { 
     131    function test_Box_display(t) { 
    132132        t.plan( 2 ); 
    133133 
     
    149149    } 
    150150 
    151     function test_99_Box_destroy(t) { 
     151    function test_Box_destroy(t) { 
    152152        t.plan(3); 
    153153