summaryrefslogtreecommitdiff
path: root/misc/openlayers/tests/SingleFile2.html
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openlayers/tests/SingleFile2.html')
-rw-r--r--misc/openlayers/tests/SingleFile2.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/openlayers/tests/SingleFile2.html b/misc/openlayers/tests/SingleFile2.html
new file mode 100644
index 0000000..68b47a3
--- /dev/null
+++ b/misc/openlayers/tests/SingleFile2.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+ <script src="some/OpenLayers/path/OpenLayers.light.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.light.js) .");
+ }
+ </script>
+</head>
+<body>
+</body>
+</html>