OpenLayers OpenLayers

Changeset 6006

Show
Ignore:
Timestamp:
02/06/08 14:46:22 (1 year ago)
Author:
tschaub
Message:

Just because I had it open and was looking at 952, I'm shortening test names. (see #952)

Files:

Legend:

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

    r5674 r6006  
    44  <script type="text/javascript"> 
    55    var map;  
    6     function test_01_Control_OverviewMap_constructor (t) { 
     6    function test_initialize(t) { 
    77        t.plan( 2 ); 
    88     
     
    1111        t.eq( control.displayClass,  "olControlOverviewMap", "displayClass is correct" ); 
    1212    } 
    13     function test_02_Control_OverviewMap_addControl (t) { 
     13    function test_addControl (t) { 
    1414        t.plan( 6 ); 
    1515        map = new OpenLayers.Map('map'); 
     
    2525        map.destroy(); 
    2626    } 
    27     function test_03_Control_OverviewMap_control_events (t) { 
     27    function test_control_events (t) { 
    2828        t.plan( 10 ); 
    2929        var evt = {which: 1}; // control expects left-click