[mapserver-commits] r11339 - trunk/msautotest/wxs/expected

svn at osgeo.org svn at osgeo.org
Thu Mar 24 16:22:32 EDT 2011


Author: aboudreault
Date: 2011-03-24 13:22:32 -0700 (Thu, 24 Mar 2011)
New Revision: 11339

Added:
   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:
Added expected xml files for ows_disabled.map tests

Added: trunk/msautotest/wxs/expected/ows_wcs11_disabled.xml
===================================================================
--- trunk/msautotest/wxs/expected/ows_wcs11_disabled.xml	                        (rev 0)
+++ trunk/msautotest/wxs/expected/ows_wcs11_disabled.xml	2011-03-24 20:22:32 UTC (rev 11339)
@@ -0,0 +1,8 @@
+Content-type: text/xml
+
+<?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:Exception>
+</ows:ExceptionReport>

Added: trunk/msautotest/wxs/expected/ows_wcs20_disabled.xml
===================================================================
--- trunk/msautotest/wxs/expected/ows_wcs20_disabled.xml	                        (rev 0)
+++ trunk/msautotest/wxs/expected/ows_wcs20_disabled.xml	2011-03-24 20:22:32 UTC (rev 11339)
@@ -0,0 +1,8 @@
+Content-type: text/xml
+
+<?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:Exception>
+</ows:ExceptionReport>

Added: trunk/msautotest/wxs/expected/ows_wms11_disabled.xml
===================================================================
--- trunk/msautotest/wxs/expected/ows_wms11_disabled.xml	                        (rev 0)
+++ trunk/msautotest/wxs/expected/ows_wms11_disabled.xml	2011-03-24 20:22:32 UTC (rev 11339)
@@ -0,0 +1,9 @@
+Content-type: application/vnd.ogc.se_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">
+<ServiceException>
+msWMSGetCapabilities(): WMS server error. Incomplete or unsupported WMS request
+</ServiceException>
+</ServiceExceptionReport>

Added: trunk/msautotest/wxs/expected/ows_wms13_disabled.xml
===================================================================
--- trunk/msautotest/wxs/expected/ows_wms13_disabled.xml	                        (rev 0)
+++ trunk/msautotest/wxs/expected/ows_wms13_disabled.xml	2011-03-24 20:22:32 UTC (rev 11339)
@@ -0,0 +1,8 @@
+Content-type: text/xml
+
+<?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
+</ServiceException>
+</ServiceExceptionReport>



More information about the mapserver-commits mailing list