[mapserver-commits] r11253 - trunk/msautotest/wxs/expected
svn at osgeo.org
svn at osgeo.org
Fri Mar 18 14:33:04 EDT 2011
Author: tbonfort
Date: 2011-03-18 11:33:04 -0700 (Fri, 18 Mar 2011)
New Revision: 11253
Modified:
trunk/msautotest/wxs/expected/wms_cap.xml
trunk/msautotest/wxs/expected/wms_cap_latestversion.xml
trunk/msautotest/wxs/expected/wms_caps_updatesequence.xml
trunk/msautotest/wxs/expected/wms_version_exception.xml
Log:
update tests for wms 1.3.0 and new outputformats
Modified: trunk/msautotest/wxs/expected/wms_cap.xml
===================================================================
--- trunk/msautotest/wxs/expected/wms_cap.xml 2011-03-18 18:14:18 UTC (rev 11252)
+++ trunk/msautotest/wxs/expected/wms_cap.xml 2011-03-18 18:33:04 UTC (rev 11253)
@@ -85,7 +85,6 @@
</DescribeLayer>
<GetLegendGraphic>
<Format>image/png</Format>
- <Format>image/png; mode=24bit</Format>
<Format>image/jpeg</Format>
<Format>image/gif</Format>
<Format>image/png; mode=8bit</Format>
Modified: trunk/msautotest/wxs/expected/wms_cap_latestversion.xml
===================================================================
--- trunk/msautotest/wxs/expected/wms_cap_latestversion.xml 2011-03-18 18:14:18 UTC (rev 11252)
+++ trunk/msautotest/wxs/expected/wms_cap_latestversion.xml 2011-03-18 18:33:04 UTC (rev 11253)
@@ -83,7 +83,6 @@
</sld:DescribeLayer>
<sld:GetLegendGraphic>
<Format>image/png</Format>
- <Format>image/png; mode=24bit</Format>
<Format>image/jpeg</Format>
<Format>image/gif</Format>
<Format>image/png; mode=8bit</Format>
Modified: trunk/msautotest/wxs/expected/wms_caps_updatesequence.xml
===================================================================
--- trunk/msautotest/wxs/expected/wms_caps_updatesequence.xml 2011-03-18 18:14:18 UTC (rev 11252)
+++ trunk/msautotest/wxs/expected/wms_caps_updatesequence.xml 2011-03-18 18:33:04 UTC (rev 11253)
@@ -85,7 +85,6 @@
</DescribeLayer>
<GetLegendGraphic>
<Format>image/png</Format>
- <Format>image/png; mode=24bit</Format>
<Format>image/jpeg</Format>
<Format>image/gif</Format>
<Format>image/png; mode=8bit</Format>
Modified: trunk/msautotest/wxs/expected/wms_version_exception.xml
===================================================================
--- trunk/msautotest/wxs/expected/wms_version_exception.xml 2011-03-18 18:14:18 UTC (rev 11252)
+++ trunk/msautotest/wxs/expected/wms_version_exception.xml 2011-03-18 18:33:04 UTC (rev 11253)
@@ -1,8 +1,7 @@
-Content-type: application/vnd.ogc.se_xml
+Content-type: text/xml
<?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?>
-<!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd">
-<ServiceExceptionReport version="1.1.1">
+<ServiceExceptionReport version="1.3.0" xmlns="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengis.net/wms/1.3.0/exceptions_1_3_0.xsd">
<ServiceException>
msOWSParseVersionString(): OWS error. Invalid version (1). Version must be in the format 'x.y' or 'x.y.z'
</ServiceException>
More information about the mapserver-commits
mailing list