Changes between Version 62 and Version 63 of MapServerOGCCITEComplianceWFS110Notes


Ignore:
Timestamp:
Jul 2, 2010, 5:51:14 AM (14 years ago)
Author:
assefa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapServerOGCCITEComplianceWFS110Notes

    v62 v63  
    44
    55||Assigned to|| tests||URLs|| Comments
    6 ||GetCapabilities - GET
     6||GetCapabilities - GET (All tests pass now)
    77|||| GC tc-9.2||  URL: http://ec2-174-129-69-226.compute-1.amazonaws.com:8081/cgi-bin/mapserv?map=/opt/fgs-mssvn/www/htdocs/ms_ogc_cite/wfs-1.1.0/map/ms_ogc_cite_wfs110.map&#request=GetCapabilities,service=WFS|| It is expecting back an excpetion report but MapServer will not be able to generate this since It is not only a WFS server.Comments in bug http://trac.osgeo.org/mapserver/ticket/2531||
    88|||| GC tc-13.2||  http://ec2-174-129-69-226.compute-1.amazonaws.com:8081/cgi-bin/mapserv?map=/opt/fgs-mssvn/www/htdocs/ms_ogc_cite/wfs-1.1.0/map/ms_ogc_cite_wfs110.map&&request=GetCapabilities&version=1.1.0|| It is expecting back an excpetion a WFS report but MapServer will not be able to generate this since It is not only a WFS server and defaults to WMS.||
     
    2222|||| DF tc3.5|| Invalid post request (with invalid service=FDO) || It is expecting back an excpetion a WFS exception report but MapServer will not be able to generate this since It is not only a WFS server||
    2323||AY || DF tc11.1||   The expression '(//xsd:element/@name = 'PrimitiveGeoFeature') and (//xsd:element/@name = 'AggregateGeoFeature') and (//xsd:element/@name = 'EntitéGénérique')' is false.|| bug http://trac.osgeo.org/mapserver/ticket/3297. Map file is saved using encoding ISO-8859-1. Bug is fixed in svn||
    24 ||DescribeFeatureType-GET
     24||DescribeFeatureType-GET (All tests pass now)
    2525||AY || DF Test wfs:DescribeFeatureType-output-format-default  || 4tests: The MIME returned for a DescribeFeatureType request where no specific output format is requested is "text/xml; subtype=gml/3.1.1 ;;;;   When output format XMLSCHEMA is supported, the MIME returned for a DescribeFeatureType? request where the output format requested is XMLSCHEMA is "text/xml; subtype=gml/2.1.2".  ;;;; When output format "text/xml; subtype=gml/2.1.2" is supported, the MIME returned for a DescribeFeatureType? request where the output format requested is "text/xml; subtype=gml/2.1.2" is "text/xml; subtype=gml/2.1.2".  ;;;;; The MIME returned for a DescribeFeatureType? request where the output format requested is "text/xml; subtype=gml/3.1.1" is "text/xml; subtype=gml/3.1.1". "  || Fixed: http://trac.osgeo.org/mapserver/ticket/3294||
    2626||GetFeature-POST