summaryrefslogtreecommitdiff
path: root/misc/openlayers/tests/SingleFile1.html
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openlayers/tests/SingleFile1.html')
-rw-r--r--misc/openlayers/tests/SingleFile1.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/misc/openlayers/tests/SingleFile1.html b/misc/openlayers/tests/SingleFile1.html
deleted file mode 100644
index 836a1a5..0000000
--- a/misc/openlayers/tests/SingleFile1.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-<head>
- <script src="some/OpenLayers/path/OpenLayers.js"></script>
- <script src="../lib/OpenLayers/SingleFile.js"></script>
- <script type="text/javascript">
- function test_OpenLayers(t) {
- t.plan(1);
- t.eq(OpenLayers._getScriptLocation(), "some/OpenLayers/path/",
- "Script location correctly detected (OpenLayers.js).");
- }
- </script>
-</head>
-<body>
-</body>
-</html>