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

svn at osgeo.org svn at osgeo.org
Wed Feb 27 15:57:58 EST 2008


Author: tomkralidis
Date: 2008-02-27 15:57:58 -0500 (Wed, 27 Feb 2008)
New Revision: 7416

Modified:
   trunk/msautotest/wxs/expected/sos_se7.xml
   trunk/msautotest/wxs/sos.map
Log:
s/sensorid/procedure/g for DescribeSensor (#2467)


Modified: trunk/msautotest/wxs/expected/sos_se7.xml
===================================================================
--- trunk/msautotest/wxs/expected/sos_se7.xml	2008-02-27 20:56:54 UTC (rev 7415)
+++ trunk/msautotest/wxs/expected/sos_se7.xml	2008-02-27 20:57:58 UTC (rev 7416)
@@ -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="InvalidParameterValue" locator="sensorid">
-    <ows:ExceptionText>msSOSDescribeSensor(): SOS server error. sensorid 20147 not found.</ows:ExceptionText>
+  <ows:Exception exceptionCode="InvalidParameterValue" locator="procedure">
+    <ows:ExceptionText>msSOSDescribeSensor(): SOS server error. procedure 20147 not found.</ows:ExceptionText>
   </ows:Exception>
 </ows:ExceptionReport>

Modified: trunk/msautotest/wxs/sos.map
===================================================================
--- trunk/msautotest/wxs/sos.map	2008-02-27 20:56:54 UTC (rev 7415)
+++ trunk/msautotest/wxs/sos.map	2008-02-27 20:57:58 UTC (rev 7416)
@@ -37,13 +37,13 @@
 #
 # RUN_PARMS: sos_se3.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&service=SOS&version=1.1.0&request=DescribeSensor" > [RESULT]
 # RUN_PARMS: sos_se4.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&service=SOS&version=1.0.0&request=DescribeSensor" > [RESULT]
-# RUN_PARMS: sos_se5.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&service=SOS&version=1.0.0&request=DescribeSensor&sensorid=2147" > [RESULT]
-# RUN_PARMS: sos_se6.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&service=SOS&version=1.0.0&request=DescribeSensor&sensorid=2147&outputFormat=XML" > [RESULT]
-# RUN_PARMS: sos_se7.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&service=SOS&version=1.0.0&request=DescribeSensor&sensorid=20147&outputFormat=text/xml; subtype=sensorML/1.0.0" > [RESULT]
+# RUN_PARMS: sos_se5.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&service=SOS&version=1.0.0&request=DescribeSensor&procedure=2147" > [RESULT]
+# RUN_PARMS: sos_se6.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&service=SOS&version=1.0.0&request=DescribeSensor&procedure=2147&outputFormat=XML" > [RESULT]
+# RUN_PARMS: sos_se7.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&service=SOS&version=1.0.0&request=DescribeSensor&procedure=20147&outputFormat=text/xml; subtype=sensorML/1.0.0" > [RESULT]
 #
 #  Valid
 #
-# RUN_PARMS: sos_describe.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&service=SOS&version=1.0.0&request=DescribeSensor&sensorId=35&outputFormat=text/xml; subtype=sensorML/1.0.0" > [RESULT]
+# RUN_PARMS: sos_describe.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&service=SOS&version=1.0.0&request=DescribeSensor&procedure=35&outputFormat=text/xml; subtype=sensorML/1.0.0" > [RESULT]
 #
 # GetObservation
 #



More information about the mapserver-commits mailing list