[mapserver-commits] r11443 - in trunk/msautotest/wxs: . expected

svn at osgeo.org svn at osgeo.org
Fri Apr 1 10:54:21 EDT 2011


Author: aboudreault
Date: 2011-04-01 07:54:21 -0700 (Fri, 01 Apr 2011)
New Revision: 11443

Added:
   trunk/msautotest/wxs/expected/ows_sos_disabled.xml
   trunk/msautotest/wxs/expected/ows_wfs10_disabled.xml
   trunk/msautotest/wxs/expected/ows_wfs11_disabled.xml
Modified:
   trunk/msautotest/wxs/ows_disable.map
Log:
Added wfs10,wfs11 and sos tests in ows_disable.map

Added: trunk/msautotest/wxs/expected/ows_sos_disabled.xml
===================================================================
--- trunk/msautotest/wxs/expected/ows_sos_disabled.xml	                        (rev 0)
+++ trunk/msautotest/wxs/expected/ows_sos_disabled.xml	2011-04-01 14:54:21 UTC (rev 11443)
@@ -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.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="InvalidParameterValue" locator="request">
+    <ows:ExceptionText>msSOSDispatch(): SOS server error. SOS request not enabled. Check sos/ows_enable_request settings.</ows:ExceptionText>
+  </ows:Exception>
+</ows:ExceptionReport>

Added: trunk/msautotest/wxs/expected/ows_wfs10_disabled.xml
===================================================================
--- trunk/msautotest/wxs/expected/ows_wfs10_disabled.xml	                        (rev 0)
+++ trunk/msautotest/wxs/expected/ows_wfs10_disabled.xml	2011-04-01 14:54:21 UTC (rev 11443)
@@ -0,0 +1,8 @@
+Content-type: text/xml
+
+<?xml version='1.0' encoding="ISO-8859-1" ?>
+<ServiceExceptionReport version="1.2.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/wfs/1.0.0/OGC-exception.xsd">
+  <ServiceException code="InvalidParameterValue" locator="request">
+msWFSDispatch(): WFS server error. WFS request not enabled. Check wfs/ows_enable_request settings.
+  </ServiceException>
+</ServiceExceptionReport>

Added: trunk/msautotest/wxs/expected/ows_wfs11_disabled.xml
===================================================================
--- trunk/msautotest/wxs/expected/ows_wfs11_disabled.xml	                        (rev 0)
+++ trunk/msautotest/wxs/expected/ows_wfs11_disabled.xml	2011-04-01 14:54:21 UTC (rev 11443)
@@ -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" version="1.1.0" language="en-US" xsi:schemaLocation="http://www.opengis.net/ows http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd">
+  <ows:Exception exceptionCode="InvalidParameterValue" locator="request">
+    <ows:ExceptionText>msWFSDispatch(): WFS server error. WFS request not enabled. Check wfs/ows_enable_request settings.</ows:ExceptionText>
+  </ows:Exception>
+</ows:ExceptionReport>

Modified: trunk/msautotest/wxs/ows_disable.map
===================================================================
--- trunk/msautotest/wxs/ows_disable.map	2011-04-01 14:46:08 UTC (rev 11442)
+++ trunk/msautotest/wxs/ows_disable.map	2011-04-01 14:54:21 UTC (rev 11443)
@@ -10,6 +10,9 @@
 # RUN_PARMS: ows_wms13_disabled.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities" > [RESULT_DEVERSION]
 # RUN_PARMS: ows_wcs11_disabled.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WCS&VERSION=1.1.2&REQUEST=GetCapabilities" > [RESULT_DEVERSION]
 # RUN_PARMS: ows_wcs20_disabled.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WCS&VERSION=2.0.0&REQUEST=GetCapabilities" > [RESULT_DEVERSION]
+# RUN_PARMS: ows_wfs10_disabled.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities" > [RESULT_DEVERSION]
+# RUN_PARMS: ows_wfs11_disabled.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WFS&VERSION=1.1.0&REQUEST=GetCapabilities" > [RESULT_DEVERSION]
+# RUN_PARMS: ows_sos_disabled.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=SOS&VERSION=1.0.0&REQUEST=GetCapabilities" > [RESULT_DEVERSION]
 
 MAP
 



More information about the mapserver-commits mailing list