summaryrefslogtreecommitdiff
path: root/misc/openlayers/tests/OpenLayers4.html
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openlayers/tests/OpenLayers4.html')
-rw-r--r--misc/openlayers/tests/OpenLayers4.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/misc/openlayers/tests/OpenLayers4.html b/misc/openlayers/tests/OpenLayers4.html
deleted file mode 100644
index 7c9012c..0000000
--- a/misc/openlayers/tests/OpenLayers4.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-<head>
- <script type="text/javascript">
- 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">
- function test_OpenLayers(t) {
- t.plan(1);
- t.eq(OpenLayers._getScriptLocation(), "../lib/",
- "Script location correctly detected, and not fooled by other scripts.");
- }
- </script>
-</head>
-<body>
-</body>
-</html>