Changes between Version 8 and Version 9 of MapServerOGCCITECompliance


Ignore:
Timestamp:
Jul 21, 2009, 12:41:00 PM (15 years ago)
Author:
nsavard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapServerOGCCITECompliance

    v8 v9  
    99Status:  Testing completed
    1010
     11- Introduction
     12  Because MapServer does not support multiple namespaces in the same map file, we need to create two different tests sessions:  the first one set up with the "cdf" namespace and the second one, with the "cgf" namespace, and run them separately.
     13
     14- Configuration of the Web object in the map file
     15  The "wfs_namespace_prefix" and "wfs_namespace_uri" metadatas have to be modified to follow the current tests session that is based on the namespace.  The following table describe the settings used in the tests.
     16   
     17    ||"WFS_TITLE"||                  "cite:OGC_CITE WFS Server"||
     18    ||"WFS_ONLINERESOURCE"||     "!http://dev1.lan.mapgears.com/manwe/cgi-bin/mswfs100_ogc_cite?"||
     19    ||"WFS_SRS"||                    "EPSG:32615"||
     20    ||"OWS_SCHEMAS_LOCATION"||   "!http://schemas.opengis.net"||
     21    ||"WFS_ACCESSCONTRAINTS"||   "none"||
     22    ||"WFS_FEES"||               "none"|| 
     23    ||wfs_namespace_prefix"||    "cdf"/"cgf"||
     24    ||"wfs_namespace_uri"||     "!http://www.opengis.net/cite/data"/"!http://www.opengis.net/cite/geometry"||
     25 
    1126- exemptions/allowances
    12    * not supporting multiple namespaces: see #2484 for more on this issue
     27   * not supporting multiple namespaces: see #2484 for more on this issue.  Based on this allowances the following tests passed.
    1328
     29     ||Test Name                                    || namespace||
     30     ||wfs:test1.0.0-basic-describefeaturetype-get-4||cgf||
     31     ||wfs:test1.0.0-basic-describefeaturetype-post-4 ||cgf||
     32     ||wfs:test1.0.0-basic-describefeaturetype-get-7  ||cgf||
     33     || wfs:test1.0.0-basic-describefeaturetype-post-7 ||cgf||
     34
     35- Results Summary
    1436!MapServer passed 34 of 132 tests.
    1537 
    1638There are two main issues.  The first one is concerned about a GetFeature request with an invalid format.  We need to know in which format we need to send the response.  An email will be sent to the list.  Also !MapServer does not support multiple namespaces.  An email has been sent to the list.  There are 11 of 17 bugs still opened.
    1739
     40
    1841All bugs are shown with this query:
    19 http://trac.osgeo.org/mapserver/query?reporter=%7Ensavard&component=WFS+Server&order=priority
     42http://trac.osgeo.org/mapserver/query?status=new&status=assigned&status=reopened&reporter=~nsavard&component=WFS+Server&order=priority
    2043
    2144== WCS 1.0.0 ==