diff options
Diffstat (limited to 'misc/openlayers/tests/OpenLayers1.html')
-rw-r--r-- | misc/openlayers/tests/OpenLayers1.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/misc/openlayers/tests/OpenLayers1.html b/misc/openlayers/tests/OpenLayers1.html deleted file mode 100644 index 1d96be3..0000000 --- a/misc/openlayers/tests/OpenLayers1.html +++ /dev/null @@ -1,18 +0,0 @@ -<html> -<head> - <script src="../lib/OpenLayers.js"></script> - <script type="text/javascript"> - function test_OpenLayers(t) { - t.plan(3); - - t.eq(OpenLayers._getScriptLocation(), "../", "Script location correctly detected."); - - t.ok(OpenLayers.ImgPath !== undefined, "An ImgPath property exists."); - - t.eq(OpenLayers.ImgPath, '', "The default for OpenLayers.ImgPath is the empty string."); - } - </script> -</head> -<body> -</body> -</html> |