[OpenLayers-Commits] r11177 - trunk/openlayers/tests

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Mon Feb 21 08:02:11 EST 2011


Author: pgiraud
Date: 2011-02-21 05:02:11 -0800 (Mon, 21 Feb 2011)
New Revision: 11177

Modified:
   trunk/openlayers/tests/OpenLayers1.html
   trunk/openlayers/tests/OpenLayers2.html
   trunk/openlayers/tests/OpenLayers3.html
   trunk/openlayers/tests/OpenLayers4.html
   trunk/openlayers/tests/OpenLayersJsFiles.html
Log:
The OpenLayersXXXX.html tests shouldn't use the built file

Modified: trunk/openlayers/tests/OpenLayers1.html
===================================================================
--- trunk/openlayers/tests/OpenLayers1.html	2011-02-21 12:51:13 UTC (rev 11176)
+++ trunk/openlayers/tests/OpenLayers1.html	2011-02-21 13:02:11 UTC (rev 11177)
@@ -1,6 +1,6 @@
 <html>
 <head>
-    <script src="OLLoader.js"></script>
+    <script src="../lib/OpenLayers.js"></script>
     <script type="text/javascript">
         function test_OpenLayers(t) {
             t.plan(1);

Modified: trunk/openlayers/tests/OpenLayers2.html
===================================================================
--- trunk/openlayers/tests/OpenLayers2.html	2011-02-21 12:51:13 UTC (rev 11176)
+++ trunk/openlayers/tests/OpenLayers2.html	2011-02-21 13:02:11 UTC (rev 11177)
@@ -2,7 +2,7 @@
 <head>
     <script src="bogus/1/OpenLayers.js-foo"></script>
     <script src="bogus/2/foo-OpenLayers.js"></script>
-    <script src="OLLoader.js?foo"></script>
+    <script src="../lib/OpenLayers.js?foo"></script>
     <script src="bogus/3/after-OpenLayers.js"></script>
     <script type="text/javascript">
         function test_OpenLayers(t) {

Modified: trunk/openlayers/tests/OpenLayers3.html
===================================================================
--- trunk/openlayers/tests/OpenLayers3.html	2011-02-21 12:51:13 UTC (rev 11176)
+++ trunk/openlayers/tests/OpenLayers3.html	2011-02-21 13:02:11 UTC (rev 11177)
@@ -3,7 +3,7 @@
     <script>
     var OpenLayers = {singleFile: true};
     </script>
-    <script src="OLLoader.js"></script>
+    <script src="../lib/OpenLayers.js"></script>
     <script type="text/javascript">
         function test_OpenLayers(t) {
             t.plan(1);

Modified: trunk/openlayers/tests/OpenLayers4.html
===================================================================
--- trunk/openlayers/tests/OpenLayers4.html	2011-02-21 12:51:13 UTC (rev 11176)
+++ trunk/openlayers/tests/OpenLayers4.html	2011-02-21 13:02:11 UTC (rev 11177)
@@ -1,8 +1,8 @@
 <html>
 <head>
     <script type="text/javascript">
-	OpenLayers = {singleFile: true}; // just to make the test run faster
-        document.write('<scr'+'ipt src="OLLoader.js"></scr'+'ipt>');
+        OpenLayers = {singleFile: true}; // just to make the test run faster
+        document.write('<scr'+'ipt src="../lib/OpenLayers.js"></scr'+'ipt>');
         document.write('<scr'+'ipt src="bogus/foo-/OpenLayers.js"></scr'+'ipt>');
     </script>
     <script type="text/javascript">

Modified: trunk/openlayers/tests/OpenLayersJsFiles.html
===================================================================
--- trunk/openlayers/tests/OpenLayersJsFiles.html	2011-02-21 12:51:13 UTC (rev 11176)
+++ trunk/openlayers/tests/OpenLayersJsFiles.html	2011-02-21 13:02:11 UTC (rev 11177)
@@ -6,7 +6,7 @@
             "OpenLayers/BaseTypes.js"
         );
     </script>
-    <script src="OLLoader.js"></script>
+    <script src="../lib/OpenLayers.js"></script>
     <script type="text/javascript">
         function test_OpenLayers(t) {
             t.plan(1);



More information about the Commits mailing list