Changes between Version 54 and Version 55 of MapServerOGCCITECompliance


Ignore:
Timestamp:
Aug 11, 2009, 9:32:02 AM (15 years ago)
Author:
nsavard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapServerOGCCITECompliance

    v54 v55  
    215215  http://dev1.lan.mapgears.com/manwe/cgi-bin/mswcs100_ogc_cite?&VeRsIoN=1.0.0&SeRvIcE=wcS&ReQuEsT=Getcapabilities
    216216
    217 !MapServer passed 65 out of 69 tests.  Of these four tests that failed, two are the same tests but they used a post request instead of a get request.  There are a main issue about OGC CITE tests suite.  The WCS capabilities document does not validate with XMLSpy.  An email has been sent to the CITE mailing list (http://lists.opengeospatial.org/pipermail/cite-forum/2008-January/000082.html, http://lists.opengeospatial.org/pipermail/cite-forum/2008-February/000098.html) and after some discussion it was detected that a XML restriction on the AbstractDescriptionBaseType element was causing this issue.
     217!MapServer passed 65 out of 69 tests.  Of these four tests that failed, two are the same tests but they used a post request instead of a get request. 
     218
     219There are some issues about OGC CITE tests suite.  The first one is that the WCS capabilities document does not validate with XMLSpy.  An email has been sent to the CITE mailing list (http://lists.opengeospatial.org/pipermail/cite-forum/2008-January/000082.html, http://lists.opengeospatial.org/pipermail/cite-forum/2008-February/000098.html) and after some discussion on the wcs-1.2.swg@opengeospatial.org mailing list, it was detected that a XML restriction on the AbstractDescriptionBaseType element was causing this issue.
     220
     221There is another issue when testing the version negotiation.  If a GetCapabilities request is sent with no value for the version parameter then the capabilities response have to be the highest version supported.  Since MapServer supports wcs 1.1.1 this is the wcs 1.1.1 capabilities response that is returned and the XML does not validate against the wcs 1.0.0 schema.  (http://lists.opengeospatial.org/pipermail/cite-forum/2008-February/000109.html)
     222
     223   The following table lists the tests that failed and the related ticket number.
     224   ||Test Name||Ticket||
     225   ||wcs1-0-0:basic_service_elements-version_numbering_and_negotiation-1||http://trac.osgeo.org/mapserver/ticket/||
     226
    218227
    219228There are two of thirteen bugs still opened.