Changeset 6006
- Timestamp:
- 02/06/08 14:46:22 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Control/test_OverviewMap.html
r5674 r6006 4 4 <script type="text/javascript"> 5 5 var map; 6 function test_ 01_Control_OverviewMap_constructor(t) {6 function test_initialize(t) { 7 7 t.plan( 2 ); 8 8 … … 11 11 t.eq( control.displayClass, "olControlOverviewMap", "displayClass is correct" ); 12 12 } 13 function test_ 02_Control_OverviewMap_addControl (t) {13 function test_addControl (t) { 14 14 t.plan( 6 ); 15 15 map = new OpenLayers.Map('map'); … … 25 25 map.destroy(); 26 26 } 27 function test_ 03_Control_OverviewMap_control_events (t) {27 function test_control_events (t) { 28 28 t.plan( 10 ); 29 29 var evt = {which: 1}; // control expects left-click
