[OpenLayers-Commits] r12343 -
trunk/openlayers/tests/Format/WMSCapabilities
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Thu Sep 8 02:24:14 EDT 2011
Author: bartvde
Date: 2011-09-07 23:24:12 -0700 (Wed, 07 Sep 2011)
New Revision: 12343
Modified:
trunk/openlayers/tests/Format/WMSCapabilities/v1_1_1.html
Log:
fix up tests in IE because of invalid XML fragments in WMS Capabilities 1.1.1 testcase (closes #3449)
Modified: trunk/openlayers/tests/Format/WMSCapabilities/v1_1_1.html
===================================================================
--- trunk/openlayers/tests/Format/WMSCapabilities/v1_1_1.html 2011-09-08 04:33:16 UTC (rev 12342)
+++ trunk/openlayers/tests/Format/WMSCapabilities/v1_1_1.html 2011-09-08 06:24:12 UTC (rev 12343)
@@ -535,13 +535,12 @@
<Layer>
<Title>Acme Corp. Map Server</Title>
<SRS>EPSG:4326</SRS>
+ <BoundingBox SRS="EPSG:4326"
+ minx="-1" miny="-1" maxx="1" maxy="1" resx="0.0" resy="0.0"/>
<AuthorityURL name="DIF_ID">
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
xlink:href="http://gcmd.gsfc.nasa.gov/difguide/whatisadif.html" />
</AuthorityURL>
- <BoundingBox SRS="EPSG:4326"
- minx="-1" miny="-1" maxx="1" maxy="1" resx="0.0" resy="0.0"/>
-
<Layer>
<Name>ROADS_RIVERS</Name>
<Title>Roads and Rivers</Title>
More information about the Commits
mailing list