OpenLayers OpenLayers

Changeset 2309

Show
Ignore:
Timestamp:
03/05/07 11:07:30 (2 years ago)
Author:
euzuro
Message:

give tests hierarchy

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/vector-2.4/tests/BaseTypes/test_Bounds.html

    r1558 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var bounds;  
  • sandbox/vector-2.4/tests/BaseTypes/test_Class.html

    r1648 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); 
  • sandbox/vector-2.4/tests/BaseTypes/test_LonLat.html

    r1424 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55 
  • sandbox/vector-2.4/tests/BaseTypes/test_Pixel.html

    r1424 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var pixel;  
  • sandbox/vector-2.4/tests/BaseTypes/test_Size.html

    r1424 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var Size;  
  • sandbox/vector-2.4/tests/Control/test_Control_LayerSwitcher.html

    r1548 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var map;  
  • sandbox/vector-2.4/tests/Control/test_Control_MouseToolbar.html

    r1634 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var map;  
  • sandbox/vector-2.4/tests/Control/test_Control_OverviewMap.html

    r1701 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var map;  
  • sandbox/vector-2.4/tests/Control/test_Control_PanZoom.html

    r1634 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var map;  
  • sandbox/vector-2.4/tests/Control/test_Control_PanZoomBar.html

    r1424 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var map;  
  • sandbox/vector-2.4/tests/Control/test_Control_Permalink.html

    r1634 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var map;  
  • sandbox/vector-2.4/tests/Control/test_Control_Scale.html

    r2244 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var map;  
  • sandbox/vector-2.4/tests/Layer/test_Layer_EventPane.html

    r2120 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); 
  • sandbox/vector-2.4/tests/Layer/test_Layer_FixedZoomLevels.html

    r1701 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var layer;  
  • sandbox/vector-2.4/tests/Layer/test_Layer_GeoRSS.html

    r2256 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); 
  • sandbox/vector-2.4/tests/Layer/test_Layer_Google.html

    r1424 r2309  
    33  <!-- this gmaps key generated for http://openlayers.org/dev/ --> 
    44  <script src='http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAA9XNhd8q0UdwNC7YSO4YZghSPUCi5aRYVveCcVYxzezM4iaj_gxQ9t-UajFL70jfcpquH5l1IJ-Zyyw'></script> 
    5   <script src="../lib/OpenLayers.js"></script> 
     5  <script src="../../lib/OpenLayers.js"></script> 
    66  <script type="text/javascript"><!-- 
    77    var layer;  
  • sandbox/vector-2.4/tests/Layer/test_Layer_Grid.html

    r1624 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); 
  • sandbox/vector-2.4/tests/Layer/test_Layer_HTTPRequest.html

    r1911 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var layer;  
  • sandbox/vector-2.4/tests/Layer/test_Layer_Image.html

    r1712 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var layer;  
  • sandbox/vector-2.4/tests/Layer/test_Layer_KaMap.html

    r2237 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); 
  • sandbox/vector-2.4/tests/Layer/test_Layer_Markers.html

    r1424 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var layer;  
  • sandbox/vector-2.4/tests/Layer/test_Layer_TMS.html

    r1927 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); 
  • sandbox/vector-2.4/tests/Layer/test_Layer_Text.html

    r1424 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); 
  • sandbox/vector-2.4/tests/Layer/test_Layer_WMS.html

    r2237 r2309  
    22<head> 
    33    <script src='http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ'></script> 
    4 <script src="../lib/OpenLayers.js"></script> 
     4<script src="../../lib/OpenLayers.js"></script> 
    55  <script type="text/javascript"><!-- 
    66    var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); 
  • sandbox/vector-2.4/tests/Tile/test_Tile_Image.html

    r2091 r2309  
    11<html> 
    22<head> 
    3   <script src="../lib/OpenLayers.js"></script> 
     3  <script src="../../lib/OpenLayers.js"></script> 
    44  <script type="text/javascript"><!-- 
    55    var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); 
  • sandbox/vector-2.4/tests/list-tests.html

    r2244 r2309  
    11<ul id="testlist"> 
    2     <li>test_Class.html</li> 
    3     <li>test_Pixel.html</li> 
    4     <li>test_Size.html</li> 
    5     <li>test_LonLat.html</li> 
     2    <li>BaseTypes/test_Class.html</li> 
     3    <li>BaseTypes/test_Pixel.html</li> 
     4    <li>BaseTypes/test_Size.html</li> 
     5    <li>BaseTypes/test_LonLat.html</li> 
     6    <li>BaseTypes/test_Bounds.html</li> 
    67    <li>test_Icon.html</li> 
    78    <li>test_Marker.html</li> 
    89    <li>test_Popup.html</li> 
    910    <li>test_Feature.html</li> 
    10     <li>test_Bounds.html</li> 
    1111    <li>test_Events.html</li> 
    1212    <li>test_Util.html</li> 
    1313    <li>test_Layer.html</li> 
    14     <li>test_Layer_Image.html</li> 
    15     <li>test_Layer_EventPane.html</li> 
    16     <li>test_Layer_FixedZoomLevels.html</li> 
    17     <li>test_Layer_HTTPRequest.html</li> 
    18     <li>test_Layer_Grid.html</li> 
    19     <li>test_Layer_Markers.html</li> 
    20     <li>test_Layer_Text.html</li> 
    21     <li>test_Layer_GeoRSS.html</li> 
    22     <li>test_Layer_KaMap.html</li> 
    23     <li>test_Layer_WMS.html</li> 
    24     <li>test_Layer_TMS.html</li> 
     14    <li>Layer/test_Layer_EventPane.html</li> 
     15    <li>Layer/test_Layer_FixedZoomLevels.html</li> 
     16    <li>Layer/test_Layer_GeoRSS.html</li> 
     17    <li>Layer/test_Layer_Google.html</li> 
     18    <li>Layer/test_Layer_Grid.html</li> 
     19    <li>Layer/test_Layer_HTTPRequest.html</li> 
     20    <li>Layer/test_Layer_Image.html</li> 
     21    <li>Layer/test_Layer_KaMap.html</li> 
     22    <li>Layer/test_Layer_Markers.html</li> 
     23    <li>Layer/test_Layer_Multimap.html</li> 
     24    <li>Layer/test_Layer_Text.html</li> 
     25    <li>Layer/test_Layer_WMS.html</li> 
     26    <li>Layer/test_Layer_TMS.html</li> 
    2527    <li>test_Tile.html</li> 
    26     <li>test_Tile_Image.html</li> 
     28    <li>Tile/test_Tile_Image.html</li> 
    2729    <li>test_Control.html</li> 
    28     <li>test_Control_OverviewMap.html</li> 
    29     <li>test_Control_MouseToolbar.html</li> 
    30     <li>test_Control_LayerSwitcher.html</li> 
    31     <li>test_Control_PanZoom.html</li> 
    32     <li>test_Control_PanZoomBar.html</li> 
    33     <li>test_Control_Permalink.html</li> 
    34     <li>test_Control_Scale.html</li> 
     30    <li>Control/test_Control_OverviewMap.html</li> 
     31    <li>Control/test_Control_MouseToolbar.html</li> 
     32    <li>Control/test_Control_LayerSwitcher.html</li> 
     33    <li>Control/test_Control_PanZoom.html</li> 
     34    <li>Control/test_Control_PanZoomBar.html</li> 
     35    <li>Control/test_Control_Permalink.html</li> 
     36    <li>Control/test_Control_Scale.html</li> 
    3537    <li>test_Map.html</li> 
    3638</ul>