[mapserver-commits] r10371 - in trunk/msautotest/wxs: . expected
svn at osgeo.org
svn at osgeo.org
Fri Jul 16 22:42:14 EDT 2010
Author: warmerdam
Date: 2010-07-17 02:42:14 +0000 (Sat, 17 Jul 2010)
New Revision: 10371
Modified:
trunk/msautotest/wxs/expected/wfs11_get_feature_hits.xml
trunk/msautotest/wxs/wfs_simple.map
Log:
re-enable get_feature_hits tests with timeStamp being stripped (#3493)
Modified: trunk/msautotest/wxs/expected/wfs11_get_feature_hits.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs11_get_feature_hits.xml 2010-07-16 23:55:08 UTC (rev 10370)
+++ trunk/msautotest/wxs/expected/wfs11_get_feature_hits.xml 2010-07-17 02:42:14 UTC (rev 10371)
@@ -7,6 +7,6 @@
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=province&OUTPUTFORMAT=text/xml; subtype=gml/3.1.1 http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" numberOfFeatures="21">
+ xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=province&OUTPUTFORMAT=text/xml; subtype=gml/3.1.1 http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" timeStamp="" numberOfFeatures="21">
</wfs:FeatureCollection>
Modified: trunk/msautotest/wxs/wfs_simple.map
===================================================================
--- trunk/msautotest/wxs/wfs_simple.map 2010-07-16 23:55:08 UTC (rev 10370)
+++ trunk/msautotest/wxs/wfs_simple.map 2010-07-17 02:42:14 UTC (rev 10371)
@@ -61,7 +61,10 @@
# Get Feature by id GML2
# RUN_PARMS: wfs11_get_feature_id_gml2.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=province&featureid=province.Quebec&outputformat=text/xml; subtype=gml/2.1.2" > [RESULT]
#
+# GetFeature resultType=hits
#
+# RUN_PARMS: wfs11_get_feature_hits.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=province&resulttype=hits" > [RESULT_DEVERSION]
+#
# GetFeature maxfeatures=2
#
# RUN_PARMS: wfs11_get_feature_maxfeatures.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=province&maxfeatures=2" > [RESULT]
More information about the mapserver-commits
mailing list