Changes between Version 79 and Version 80 of MapServerOGCCITECompliance


Ignore:
Timestamp:
Aug 27, 2009, 1:56:23 PM (15 years ago)
Author:
nsavard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapServerOGCCITECompliance

    v79 v80  
    1818|| ||1.0.0 ||[http://trac.osgeo.org/mapserver/ticket/2559 2559] ||A GetObservation request with an invalid featureOfInterest value sent to a SOS 1.0.0 server must return an exception ||Tom is working on this one. ||
    1919||||1.0.0 ||[http://trac.osgeo.org/mapserver/ticket/2512 2512] ||A GetCapabilities issue to a SOS 1.0.0 server with no service parameter must trigger an OWS 1.0.0 exception ||Daniel is working on this one.  Hard.  See 2531||
    20 || ||1.0.0 |||[http://trac.osgeo.org/mapserver/ticket/2513 2513] ||A GetCapabilities request sent to a SOS 1.0.0 with an invalid value for the service parameter must trigger an exception ||Same as 2512. ||
     20|| ||1.0.0 ||[http://trac.osgeo.org/mapserver/ticket/2513 2513] ||A GetCapabilities request sent to a SOS 1.0.0 with an invalid value for the service parameter must trigger an exception ||Same as 2512. ||
    2121|| ||1.0.0 ||[http://trac.osgeo.org/mapserver/ticket/2514 2514] ||A GetCapabilities request sent to a SOS 1.0.0 server with invalid parameter/value pairs, it must trigger an exception ||Same as 2512. ||
    2222|| ||1.0.0 ||[http://trac.osgeo.org/mapserver/ticket/3103 3103] ||GetObservation request sent to a SOS 1.0.0 server with a procedure specified as a URI returns an exception || ||
     
    9595 
    9696    There are three main issues that are:
    97       - Namespace needs to be strip off of a feature name when serving a WFS GetFeature request (http://trac.osgeo.org/mapserver/ticket/2432)
    98       - Add a mechanism to support gml:_geometryProperty for a WFS 1.0.0 server (http://trac.osgeo.org/mapserver/ticket/2445)
    99       - Add multipoint, multipolygon, multilinestring geometries support to define an area in a spatial filter, when a GetFeature request is sent to a WFS 1.0.0 server (http://trac.osgeo.org/mapserver/ticket/2606)
     97      - Namespace needs to be strip off of a feature name when serving a WFS GetFeature request ([http://trac.osgeo.org/mapserver/ticket/2432 2432])
     98      - Add a mechanism to support gml:_geometryProperty for a WFS 1.0.0 server ([http://trac.osgeo.org/mapserver/ticket/2445 2445])
     99      - Add multipoint, multipolygon, multilinestring geometries support to define an area in a spatial filter, when a GetFeature request is sent to a WFS 1.0.0 server ([http://trac.osgeo.org/mapserver/ticket/2606 2606])
    100100
    101101    The following table lists the tests that failed and the related ticket number.
    102     ||Test Name||Ticket||
    103     ||wfs:test1.0.0-basic-getfeature-filter-comparisonoperators-get-1 through 21||http://trac.osgeo.org/mapserver/ticket/2432||
    104     ||wfs:test1.0.0-basic-getfeature-filter-comparisonoperators-post-1 through 21||http://trac.osgeo.org/mapserver/ticket/2432||
    105     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-bbox-get-1 through 12||http://trac.osgeo.org/mapserver/ticket/2445||
    106     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-bbox-post-1 through 12||http://trac.osgeo.org/mapserver/ticket/2445||
    107     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-contains-get-2-6-10||http://trac.osgeo.org/mapserver/ticket/2445||
    108     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-contains-get-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    109     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-contains-post-2-6-10||http://trac.osgeo.org/mapserver/ticket/2445||
    110     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-contains-post-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    111     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-crosses-get-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    112     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-crosses-get-6||http://trac.osgeo.org/mapserver/ticket/2445||
    113     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-crosses-post-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    114     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-crosses-post-6||http://trac.osgeo.org/mapserver/ticket/2445||
    115     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-disjoint-get-2-6-10||http://trac.osgeo.org/mapserver/ticket/2445||
    116     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-disjoint-get-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    117     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-disjoint-post-2-6-10||http://trac.osgeo.org/mapserver/ticket/2445||
    118     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-disjoint-post-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    119     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-dwithin-get-1-3-5||http://trac.osgeo.org/mapserver/ticket/2445||
    120     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-dwithin-get-2-4-6-8-10-12||http://trac.osgeo.org/mapserver/ticket/2606||
    121     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-dwithin-post-1-3-5||http://trac.osgeo.org/mapserver/ticket/2445||
    122     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-dwithin-post-2-4-6-8-10-12||http://trac.osgeo.org/mapserver/ticket/2606||
    123     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-equals-get-2-6-10||http://trac.osgeo.org/mapserver/ticket/2445||
    124     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-equals-get-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    125     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-equals-post-2-6-10||http://trac.osgeo.org/mapserver/ticket/2445||
    126     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-equals-post-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    127     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-intersects-get-2-6-10||http://trac.osgeo.org/mapserver/ticket/2445||
    128     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-intersects-get-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    129     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-intersects-post-2-6-10||http://trac.osgeo.org/mapserver/ticket/2445||
    130     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-intersects-post-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    131     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-overlaps-get-6-10||http://trac.osgeo.org/mapserver/ticket/2445||
    132     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-overlaps-get-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    133     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-overlaps-post-6-10||http://trac.osgeo.org/mapserver/ticket/2445||
    134     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-overlaps-post-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    135     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-touches-get-6-10||http://trac.osgeo.org/mapserver/ticket/2445||
    136     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-touches-get-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    137     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-touches-post-6-10||http://trac.osgeo.org/mapserver/ticket/2445||
    138     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-touches-post-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    139     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-within-get-2-6-10||http://trac.osgeo.org/mapserver/ticket/2445||
    140     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-within-get-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
    141     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-within-post-2-6-10||http://trac.osgeo.org/mapserver/ticket/2445||
    142     ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-within-post-3-4-7-8-11-12||http://trac.osgeo.org/mapserver/ticket/2606||
     102    ||Test Name||Ticket||Description||
     103    ||wfs:test1.0.0-basic-getfeature-filter-comparisonoperators-get-1 through 21||[http://trac.osgeo.org/mapserver/ticket/2432 2432]||namespace needs to be strip off of a feature name when serving a WFS GetFeature? request ||
     104    ||wfs:test1.0.0-basic-getfeature-filter-comparisonoperators-post-1 through 21||[http://trac.osgeo.org/mapserver/ticket/2432 2432]|| ||
     105    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-bbox-get-1 through 12||[http://trac.osgeo.org/mapserver/ticket/2445 2445]||Add a mechanism to support gml:_geometryProperty for a WFS 1.0.0 server ||
     106    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-bbox-post-1 through 12||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     107    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-contains-get-2-6-10||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     108    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-contains-get-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]||Add multipoint, multipolygon, multilinestring geometries support to define an area in a spatial filter, when a GetFeature request is sent to a WFS 1.0.0 server  ||
     109    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-contains-post-2-6-10||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     110    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-contains-post-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     111    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-crosses-get-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     112    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-crosses-get-6||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     113    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-crosses-post-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     114    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-crosses-post-6||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     115    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-disjoint-get-2-6-10||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     116    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-disjoint-get-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     117    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-disjoint-post-2-6-10||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     118    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-disjoint-post-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     119    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-dwithin-get-1-3-5||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     120    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-dwithin-get-2-4-6-8-10-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     121    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-dwithin-post-1-3-5||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     122    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-dwithin-post-2-4-6-8-10-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     123    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-equals-get-2-6-10||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     124    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-equals-get-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     125    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-equals-post-2-6-10||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     126    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-equals-post-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     127    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-intersects-get-2-6-10||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     128    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-intersects-get-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     129    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-intersects-post-2-6-10||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     130    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-intersects-post-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     131    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-overlaps-get-6-10||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     132    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-overlaps-get-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     133    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-overlaps-post-6-10||[http://trac.osgeo.org/mapserver/ticket/2445| 2445]|
     134    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-overlaps-post-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     135    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-touches-get-6-10||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     136    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-touches-get-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     137    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-touches-post-6-10||[http://trac.osgeo.org/mapserver/ticket/2445 2445]||
     138    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-touches-post-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     139    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-within-get-2-6-10||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     140    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-within-get-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
     141    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-within-post-2-6-10||[http://trac.osgeo.org/mapserver/ticket/2445 2445]|| ||
     142    ||wfs:test1.0.0-basic-getfeature-filter-spatialoperators-within-post-3-4-7-8-11-12||[http://trac.osgeo.org/mapserver/ticket/2606 2606]|| ||
    143143    ||||||
    144144    ||||||
     
    174174- Results summary
    175175  - The main issue is that the layer contains multiple geometry types on the same layer.  Follow this thread http://lists.opengeospatial.org/pipermail/cite-forum/2008-April/000115.html on the mailing list.
    176   - The tests suite was run but stopped because the capabilities document does not validate (http://trac.osgeo.org/mapserver/ticket/3076). 
    177   - Axis order must be in order lat long for 4326 for 1.1.0 (http://trac.osgeo.org/mapserver/ticket/2899).
     176  - The tests suite was run but stopped because the capabilities document does not validate ([http://trac.osgeo.org/mapserver/ticket/3076 3076]). 
     177  - Axis order must be in order lat long for 4326 for 1.1.0 ([http://trac.osgeo.org/mapserver/ticket/2899 2899]).
    178178
    179179  All bugs are shown with this query:
     
    268268
    269269   The following table lists the tests that failed and the related ticket number.
    270    ||Test Name||Ticket||
     270   ||Test Name||Ticket||Description||
    271271   ||wcs1-0-0:getcoverage_operations-getcoverage_request-response_crs-get-kvp-2||[http://trac.osgeo.org/mapserver/ticket/3083 3083]||When a GetCoverage request is sent to a WCS 1.0.0 server with a bbox that is the same as the defined bbox (describecoverage), the server must NOT return an exception ||
    272272
     
    441441}}}
    442442== WCS 1.1.0 ==
    443 Status:  Stalled:  See ticket http://trac.osgeo.org/mapserver/ticket/3086
     443Status:  Stalled:  See ticket [http://trac.osgeo.org/mapserver/ticket/3105 3105]
    444444
    445445- URL used
     
    465465  The following table lists the tests that failed and the related ticket number.
    466466   ||Test Name||Ticket||Description||
    467    ||wcs:GetCapabilities-main||http://trac.osgeo.org/mapserver/ticket/3105||GetCapabilities request does not support the sections||
    468    ||wcs:DescribeCoverage-main||http://trac.osgeo.org/mapserver/ticket/3105||||
    469    ||wcs:GetCoverage-main||http://trac.osgeo.org/mapserver/ticket/3105||||
     467   ||wcs:GetCapabilities-main||[http://trac.osgeo.org/mapserver/ticket/3105 3105]||GetCapabilities request does not support the sections||
     468   ||wcs:DescribeCoverage-main||[http://trac.osgeo.org/mapserver/ticket/3105 3105]||||
     469   ||wcs:GetCoverage-main||[http://trac.osgeo.org/mapserver/ticket/3105 3105]||||
    470470
    471471
     
    498498
    499499  The following table lists the tests that failed and the related ticket number.
    500    ||Test Name||Ticket||
    501    ||owsTests:ows-OWS.GetCapabilities-Exceptions.1||http://trac.osgeo.org/mapserver/ticket/2512||
    502    ||getCapabilities:core-SOS.GetCapabilities-KVPRequestParameterHandling.1||http://trac.osgeo.org/mapserver/ticket/2512||
    503    ||owsTests:ows-OWS.GetCapabilities-Exceptions.2||http://trac.osgeo.org/mapserver/ticket/2513||
    504    ||getCapabilities:core-SOS.GetCapabilities-KVPRequestServiceParameterHandling.1||http://trac.osgeo.org/mapserver/ticket/2513||
    505    ||owsTests:ows-OWS.GetCapabilities-Exceptions.5||http://trac.osgeo.org/mapserver/ticket/2514||
    506    ||getObservation:core-SOS.GetObservation-RequestInvalidFeatureOfInterest.1||http://trac.osgeo.org/mapserver/ticket/2559||
    507    ||getObservation:core-SOS.GetObservation-ResponseMatchingSRSData.1||http://trac.osgeo.org/mapserver/ticket/2646||
    508    ||getObservation:core-SOS.GetObservation-ResponseMatchingResponseFormatData.1||http://trac.osgeo.org/mapserver/ticket/2646||
    509    ||getObservation:core-SOS.GetObservation-ResponseMatchingResultData.1||http://trac.osgeo.org/mapserver/ticket/2646||
    510    ||getObservation:core-SOS.GetObservation-ResponseMatchingFeatureOfInterestData.1||http://trac.osgeo.org/mapserver/ticket/2646||
    511    ||getObservation:core-SOS.GetObservation-ResponseMatchingProcedureData.1||http://trac.osgeo.org/mapserver/ticket/3103||
     500   ||Test Name||Ticket||Description||
     501   ||owsTests:ows-OWS.GetCapabilities-Exceptions.1||[http://trac.osgeo.org/mapserver/ticket/2512 2512]||A GetCapabilities issue to a SOS 1.0.0 server with no service parameter must trigger an OWS 1.0.0 exception ||
     502   ||getCapabilities:core-SOS.GetCapabilities-KVPRequestParameterHandling.1||[http://trac.osgeo.org/mapserver/ticket/2512 2512]|| ||
     503   ||owsTests:ows-OWS.GetCapabilities-Exceptions.2||[http://trac.osgeo.org/mapserver/ticket/2513 2513]||A GetCapabilities request sent to a SOS 1.0.0 with an invalid value for the service parameter must trigger an exception ||
     504   ||getCapabilities:core-SOS.GetCapabilities-KVPRequestServiceParameterHandling.1||[http://trac.osgeo.org/mapserver/ticket/2513 2513]|| ||
     505   ||owsTests:ows-OWS.GetCapabilities-Exceptions.5||[http://trac.osgeo.org/mapserver/ticket/2514 2514]||A GetCapabilities request sent to a SOS 1.0.0 server with invalid parameter/value pairs, it must trigger an exception ||
     506   ||getObservation:core-SOS.GetObservation-RequestInvalidFeatureOfInterest.1||[http://trac.osgeo.org/mapserver/ticket/2559 2559]||A GetObservation request with an invalid featureOfInterest value sent to a SOS 1.0.0 server must return an exception ||
     507   ||getObservation:core-SOS.GetObservation-ResponseMatchingSRSData.1||[http://trac.osgeo.org/mapserver/ticket/2646 2646]||XML of the response to a GetObservation request sent to SOS 1.0.0 server doesn't validate against the schema ||
     508   ||getObservation:core-SOS.GetObservation-ResponseMatchingResponseFormatData.1||[http://trac.osgeo.org/mapserver/ticket/2646 2646]|| ||
     509   ||getObservation:core-SOS.GetObservation-ResponseMatchingResultData.1||[http://trac.osgeo.org/mapserver/ticket/2646 2646]|| ||
     510   ||getObservation:core-SOS.GetObservation-ResponseMatchingFeatureOfInterestData.1||[http://trac.osgeo.org/mapserver/ticket/2646 2646]|| ||
     511   ||getObservation:core-SOS.GetObservation-ResponseMatchingProcedureData.1||[http://trac.osgeo.org/mapserver/ticket/3103 3103]||GetObservation request sent to a SOS 1.0.0 server with a procedure specified as a URI returns an exception ||
    512512
    513513  All bugs are shown with this query:
     
    515515
    516516- Note 1:
    517   The getObservation:core-SOS.GetObservation-RequestInvalidEventTime.1, getObservation:core-SOS.GetObservation-ResponseMatchingEventTimeData.1, getObservation:core-SOS.GetObservation-ResponseAdvertisedEventTimeData.1 is marked as "passed" but is in fact not executed because the "TM_Equals" attribute value is not detected in the capabilities document.  I post a question to the OGC forum (http://feature.opengeospatial.org/forumbb/viewtopic.php?t=1763)
    518 
    519 
     517  The getObservation:core-SOS.GetObservation-RequestInvalidEventTime.1, getObservation:core-SOS.GetObservation-ResponseMatchingEventTimeData.1, getObservation:core-SOS.GetObservation-ResponseAdvertisedEventTimeData.1 is marked as "passed" but is in fact not executed because the "TM_Equals" attribute value is not detected in the capabilities document.  I post a question to the OGC forum ([http://feature.opengeospatial.org/forumbb/viewtopic.php?t=1763)
     518
     519