From: Bborie Park Date: Tue, 17 Jul 2012 22:37:46 +0000 (+0000) Subject: Regression tests intended for ST_BandSurface are now for ST_Polygon X-Git-Tag: 2.1.0beta2~794 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=196bd3768e651b99e94182d77589539c75d4cd9c;p=postgis Regression tests intended for ST_BandSurface are now for ST_Polygon git-svn-id: http://svn.osgeo.org/postgis/trunk@10066 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/test/regress/Makefile.in b/raster/test/regress/Makefile.in index 78fa1bbea..a8c3a98a3 100644 --- a/raster/test/regress/Makefile.in +++ b/raster/test/regress/Makefile.in @@ -86,7 +86,7 @@ TEST_BANDPROPS = \ rt_pixelaspolygons \ rt_pixelaspoints \ rt_pixelascentroids \ - rt_bandsurface + rt_polygon TEST_UTILITY = \ rt_utility \ diff --git a/raster/test/regress/rt_bandsurface.sql b/raster/test/regress/rt_polygon.sql similarity index 100% rename from raster/test/regress/rt_bandsurface.sql rename to raster/test/regress/rt_polygon.sql diff --git a/raster/test/regress/rt_bandsurface_expected b/raster/test/regress/rt_polygon_expected similarity index 100% rename from raster/test/regress/rt_bandsurface_expected rename to raster/test/regress/rt_polygon_expected