[mapserver-commits] r9586 - trunk/msautotest/wxs

svn at osgeo.org svn at osgeo.org
Mon Dec 7 09:47:32 EST 2009


Author: assefa
Date: 2009-12-07 09:47:32 -0500 (Mon, 07 Dec 2009)
New Revision: 9586

Modified:
   trunk/msautotest/wxs/wfs_filter.map
Log:
test for islike and logical operator

Modified: trunk/msautotest/wxs/wfs_filter.map
===================================================================
--- trunk/msautotest/wxs/wfs_filter.map	2009-12-07 14:44:55 UTC (rev 9585)
+++ trunk/msautotest/wxs/wfs_filter.map	2009-12-07 14:47:32 UTC (rev 9586)
@@ -29,6 +29,10 @@
 # Verify PropertyIsLike
 # RUN_PARMS: wfs_filter_islike.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=popplace&FILTER=<Filter><PropertyIsLike+wildCard='*'+singleChar='.'+escape='!'><PropertyName>NAME</PropertyName><Literal>Syd*</Literal></PropertyIsLike></Filter>" > [RESULT]
 #
+#
+# Verify PropertyIsLike with logical operators
+# RUN_PARMS: wfs_filter_islike_logical.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=popplace&FILTER=<Filter><AND><PropertyIsLike+wildCard='*'+singleChar='.'+escape='!'><PropertyName>NAME</PropertyName><Literal>Syd*</Literal></PropertyIsLike><PropertyIsLike+wildCard='*'+singleChar='.'+escape='!'><PropertyName>POP_RANGE</PropertyName><Literal>3</Literal></PropertyIsLike></AND></Filter>" > [RESULT]
+#
 # Verify PropertyIsBetween OR PropertyIsEqualTo
 # RUN_PARMS: wfs_filter_isbetween_or_isequalto.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=popplace&FILTER=<Filter><OR><PropertyIsBetween><PropertyName>POP_RANGE</PropertyName><LowerBoundary>4</LowerBoundary><UpperBoundary>6</UpperBoundary></PropertyIsBetween><PropertyIsEqualTo><PropertyName>NAME</PropertyName><Literal>Digby</Literal></PropertyIsEqualTo></OR></Filter>" > [RESULT]
 #



More information about the mapserver-commits mailing list