[mapserver-commits] r7414 - trunk/msautotest/wxs/expected
svn at osgeo.org
svn at osgeo.org
Wed Feb 27 15:10:15 EST 2008
Author: tomkralidis
Date: 2008-02-27 15:10:15 -0500 (Wed, 27 Feb 2008)
New Revision: 7414
Modified:
trunk/msautotest/wxs/expected/sos_exception_acceptversions.xml
trunk/msautotest/wxs/expected/sos_se4.xml
Log:
fix various SOS CITE isssues (#2467)
Modified: trunk/msautotest/wxs/expected/sos_exception_acceptversions.xml
===================================================================
--- trunk/msautotest/wxs/expected/sos_exception_acceptversions.xml 2008-02-27 20:09:34 UTC (rev 7413)
+++ trunk/msautotest/wxs/expected/sos_exception_acceptversions.xml 2008-02-27 20:10:15 UTC (rev 7414)
@@ -3,7 +3,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<ows:ExceptionReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ows="http://www.opengis.net/ows/1.1" version="1.0.0" xml:lang="en-US" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="VersionNegotiationFailed" locator="acceptversions">
- <ows:ExceptionText>msSOSGetCapabilities(): SOS server error. Invalid version format.
+ <ows:ExceptionText>msSOSGetCapabilities(): SOS server error. ACCEPTVERSIONS list (2002-10-30) does not match supported versions (1.0.0)
msOWSParseVersionString(): OWS error. Invalid version (2002-10-30). Version must be in the format 'x.y' or 'x.y.z'</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
Modified: trunk/msautotest/wxs/expected/sos_se4.xml
===================================================================
--- trunk/msautotest/wxs/expected/sos_se4.xml 2008-02-27 20:09:34 UTC (rev 7413)
+++ trunk/msautotest/wxs/expected/sos_se4.xml 2008-02-27 20:10:15 UTC (rev 7414)
@@ -2,7 +2,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<ows:ExceptionReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ows="http://www.opengis.net/ows/1.1" version="1.0.0" xml:lang="en-US" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd">
- <ows:Exception exceptionCode="MissingParameterValue" locator="sensorid">
- <ows:ExceptionText>msSOSDescribeSensor(): SOS server error. Missing mandatory parameter sensorid</ows:ExceptionText>
+ <ows:Exception exceptionCode="MissingParameterValue" locator="outputformat">
+ <ows:ExceptionText>msSOSDescribeSensor(): SOS server error. Missing mandatory parameter outputFormat.</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
More information about the mapserver-commits
mailing list