The OpenLayersXXXX.html tests shouldn't use the built file
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11177 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="OLLoader.js"></script>
|
<script src="../lib/OpenLayers.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function test_OpenLayers(t) {
|
function test_OpenLayers(t) {
|
||||||
t.plan(1);
|
t.plan(1);
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="bogus/1/OpenLayers.js-foo"></script>
|
<script src="bogus/1/OpenLayers.js-foo"></script>
|
||||||
<script src="bogus/2/foo-OpenLayers.js"></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 src="bogus/3/after-OpenLayers.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function test_OpenLayers(t) {
|
function test_OpenLayers(t) {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<script>
|
<script>
|
||||||
var OpenLayers = {singleFile: true};
|
var OpenLayers = {singleFile: true};
|
||||||
</script>
|
</script>
|
||||||
<script src="OLLoader.js"></script>
|
<script src="../lib/OpenLayers.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function test_OpenLayers(t) {
|
function test_OpenLayers(t) {
|
||||||
t.plan(1);
|
t.plan(1);
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
OpenLayers = {singleFile: true}; // just to make the test run faster
|
OpenLayers = {singleFile: true}; // just to make the test run faster
|
||||||
document.write('<scr'+'ipt src="OLLoader.js"></scr'+'ipt>');
|
document.write('<scr'+'ipt src="../lib/OpenLayers.js"></scr'+'ipt>');
|
||||||
document.write('<scr'+'ipt src="bogus/foo-/OpenLayers.js"></scr'+'ipt>');
|
document.write('<scr'+'ipt src="bogus/foo-/OpenLayers.js"></scr'+'ipt>');
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"OpenLayers/BaseTypes.js"
|
"OpenLayers/BaseTypes.js"
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
<script src="OLLoader.js"></script>
|
<script src="../lib/OpenLayers.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function test_OpenLayers(t) {
|
function test_OpenLayers(t) {
|
||||||
t.plan(1);
|
t.plan(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user