[mapserver-commits] r9252 - trunk/msautotest/gdal

svn at osgeo.org svn at osgeo.org
Fri Aug 14 12:08:27 EDT 2009


Author: warmerdam
Date: 2009-08-14 12:08:26 -0400 (Fri, 14 Aug 2009)
New Revision: 9252

Modified:
   trunk/msautotest/gdal/average_rgb.map
   trunk/msautotest/gdal/bilinear_float.map
   trunk/msautotest/gdal/ows_extent.map
   trunk/msautotest/gdal/wld_upsidedown.map
Log:
add some missing REQUIRES directives

Modified: trunk/msautotest/gdal/average_rgb.map
===================================================================
--- trunk/msautotest/gdal/average_rgb.map	2009-08-13 13:47:19 UTC (rev 9251)
+++ trunk/msautotest/gdal/average_rgb.map	2009-08-14 16:08:26 UTC (rev 9252)
@@ -2,6 +2,8 @@
 # Test averaged resampling.  Results currently depend on the 2x oversampling
 # for mapresample.c.
 #
+# REQUIRES: SUPPORTS=PROJ
+#
 MAP
 
 NAME TEST

Modified: trunk/msautotest/gdal/bilinear_float.map
===================================================================
--- trunk/msautotest/gdal/bilinear_float.map	2009-08-13 13:47:19 UTC (rev 9251)
+++ trunk/msautotest/gdal/bilinear_float.map	2009-08-14 16:08:26 UTC (rev 9252)
@@ -1,6 +1,7 @@
 #
 # Test bilinear resampling on floating point "raw" data format.
 #
+# REQUIRES: SUPPORTS=PROJ
 MAP
 
 NAME TEST

Modified: trunk/msautotest/gdal/ows_extent.map
===================================================================
--- trunk/msautotest/gdal/ows_extent.map	2009-08-13 13:47:19 UTC (rev 9251)
+++ trunk/msautotest/gdal/ows_extent.map	2009-08-14 16:08:26 UTC (rev 9252)
@@ -1,6 +1,8 @@
 #
 # Tests support for getting image extents from OWS extents metadata.
 #
+# REQUIRES: SUPPORTS=WMS_SERVER
+#
 MAP
 
 NAME TEST

Modified: trunk/msautotest/gdal/wld_upsidedown.map
===================================================================
--- trunk/msautotest/gdal/wld_upsidedown.map	2009-08-13 13:47:19 UTC (rev 9251)
+++ trunk/msautotest/gdal/wld_upsidedown.map	2009-08-14 16:08:26 UTC (rev 9252)
@@ -1,6 +1,8 @@
 #
 # Tests support for upside-down images (like bug 1904).
 #
+# REQUIRES: SUPPORTS=PROJ
+#
 MAP
 
 NAME TEST



More information about the mapserver-commits mailing list