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/Feature.html

    r6719 r6724  
    77    var feature, layer;  
    88     
    9     function test_01_Feature_constructor (t) { 
     9    function test_Feature_constructor (t) { 
    1010        t.plan( 7 ); 
    1111 
     
    3030    } 
    3131     
    32     function test_02_Feature_createPopup (t) { 
     32    function test_Feature_createPopup (t) { 
    3333        t.plan(1); 
    3434        var layer = {}; 
     
    4747        t.eq(popup.contentDiv.style[prop], "auto", 'overflow on popup is correct'); 
    4848    }     
    49     function test_02_Feature_createMarker (t) { 
     49    function test_Feature_createMarker (t) { 
    5050        t.plan(1); 
    5151        t.ok(true); 
     
    9797    } 
    9898     
    99     function test_03_Feature_onScreen(t) { 
     99    function test_Feature_onScreen(t) { 
    100100        t.plan( 2 ); 
    101101 
     
    123123    } 
    124124 
    125     function test_04_Feature_createPopup(t) { 
     125    function test_Feature_createPopup(t) { 
    126126        t.plan(11); 
    127127 
     
    177177    } 
    178178 
    179     function test_04_Feature_destroyPopup(t) { 
     179    function test_Feature_destroyPopup(t) { 
    180180        t.plan(2); 
    181181