summaryrefslogtreecommitdiff
path: root/misc/openlayers/tests/Format/WMTSCapabilities.html
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openlayers/tests/Format/WMTSCapabilities.html')
-rw-r--r--misc/openlayers/tests/Format/WMTSCapabilities.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/misc/openlayers/tests/Format/WMTSCapabilities.html b/misc/openlayers/tests/Format/WMTSCapabilities.html
deleted file mode 100644
index e7a51a3..0000000
--- a/misc/openlayers/tests/Format/WMTSCapabilities.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-<head>
- <script src="../OLLoader.js"></script>
- <script type="text/javascript">
-
- function test_initialize(t) {
-
- t.plan(1);
- var format = new OpenLayers.Format.WMTSCapabilities({
- version: "foo"
- });
- t.eq(format.version, "foo", "version set on format");
-
- }
-
- </script>
-</head>
-<body>
-</body>
-</html>