diff options
Diffstat (limited to 'misc/openlayers/tests/SingleFile1.html')
-rw-r--r-- | misc/openlayers/tests/SingleFile1.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/openlayers/tests/SingleFile1.html b/misc/openlayers/tests/SingleFile1.html new file mode 100644 index 0000000..836a1a5 --- /dev/null +++ b/misc/openlayers/tests/SingleFile1.html @@ -0,0 +1,15 @@ +<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> |