If your browser doesn't support the script tag, you have no business running these tests.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5658 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-01-06 22:10:28 +00:00
parent 02ad66f580
commit d7cd93abf3
4 changed files with 2 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<html>
<head>
<script src="../../lib/OpenLayers.js"></script>
<script type="text/javascript"><!--
<script type="text/javascript">
var map;
function test_01_Control_Scale_constructor (t) {
t.plan( 2 );
@@ -44,7 +44,6 @@
map.addControl(control);
t.eq(control.div.firstChild.innerHTML, "Scale = 1 : 443M", "Internal scale displayed properly.");
}
// -->
</script>
</head>
<body>