[mapserver-commits] r11442 - trunk/msautotest/wxs/expected
svn at osgeo.org
svn at osgeo.org
Fri Apr 1 10:46:08 EDT 2011
Author: aboudreault
Date: 2011-04-01 07:46:08 -0700 (Fri, 01 Apr 2011)
New Revision: 11442
Modified:
trunk/msautotest/wxs/expected/ows_wcs11_disabled.xml
trunk/msautotest/wxs/expected/ows_wcs20_disabled.xml
trunk/msautotest/wxs/expected/ows_wms11_disabled.xml
trunk/msautotest/wxs/expected/ows_wms13_disabled.xml
Log:
Modified the expected result files for ogc_disable.map tests
Modified: trunk/msautotest/wxs/expected/ows_wcs11_disabled.xml
===================================================================
--- trunk/msautotest/wxs/expected/ows_wcs11_disabled.xml 2011-04-01 08:05:18 UTC (rev 11441)
+++ trunk/msautotest/wxs/expected/ows_wcs11_disabled.xml 2011-04-01 14:46:08 UTC (rev 11442)
@@ -3,6 +3,6 @@
<?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.1.2" 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="request" locator="InvalidParameterValue">
- <ows:ExceptionText>msWCSDispatch(): WCS server error. Unsupported WCS request</ows:ExceptionText>
+ <ows:ExceptionText>msWCSDispatch(): WCS server error. WCS request not enabled. Check wcs/ows_enable_request settings.</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
Modified: trunk/msautotest/wxs/expected/ows_wcs20_disabled.xml
===================================================================
--- trunk/msautotest/wxs/expected/ows_wcs20_disabled.xml 2011-04-01 08:05:18 UTC (rev 11441)
+++ trunk/msautotest/wxs/expected/ows_wcs20_disabled.xml 2011-04-01 14:46:08 UTC (rev 11442)
@@ -3,6 +3,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0.0" xml:lang="en-US" xsi:schemaLocation="http://www.opengis.net/ows/2.0 http://schemas.opengis.net/ows/2.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="InvalidParameterValue" locator="request">
- <ows:ExceptionText>msWCSDispatch20(): WCS server error. Unsupported WCS request</ows:ExceptionText>
+ <ows:ExceptionText>msWCSDispatch20(): WCS server error. WCS request not enabled. Check wcs/ows_enable_request settings.</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
Modified: trunk/msautotest/wxs/expected/ows_wms11_disabled.xml
===================================================================
--- trunk/msautotest/wxs/expected/ows_wms11_disabled.xml 2011-04-01 08:05:18 UTC (rev 11441)
+++ trunk/msautotest/wxs/expected/ows_wms11_disabled.xml 2011-04-01 14:46:08 UTC (rev 11442)
@@ -4,6 +4,6 @@
<!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd">
<ServiceExceptionReport version="1.1.1">
<ServiceException>
-msWMSGetCapabilities(): WMS server error. Incomplete or unsupported WMS request
+msWMSGetCapabilities(): WMS server error. WMS request not enabled. Check wms/ows_enable_request settings.
</ServiceException>
</ServiceExceptionReport>
Modified: trunk/msautotest/wxs/expected/ows_wms13_disabled.xml
===================================================================
--- trunk/msautotest/wxs/expected/ows_wms13_disabled.xml 2011-04-01 08:05:18 UTC (rev 11441)
+++ trunk/msautotest/wxs/expected/ows_wms13_disabled.xml 2011-04-01 14:46:08 UTC (rev 11442)
@@ -3,6 +3,6 @@
<?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?>
<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>
-msWMSGetCapabilities(): WMS server error. Incomplete or unsupported WMS request
+msWMSGetCapabilities(): WMS server error. WMS request not enabled. Check wms/ows_enable_request settings.
</ServiceException>
</ServiceExceptionReport>
More information about the mapserver-commits
mailing list