From 196bd3768e651b99e94182d77589539c75d4cd9c Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Tue, 17 Jul 2012 22:37:46 +0000 Subject: [PATCH] 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 --- raster/test/regress/Makefile.in | 2 +- raster/test/regress/{rt_bandsurface.sql => rt_polygon.sql} | 0 .../regress/{rt_bandsurface_expected => rt_polygon_expected} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename raster/test/regress/{rt_bandsurface.sql => rt_polygon.sql} (100%) rename raster/test/regress/{rt_bandsurface_expected => rt_polygon_expected} (100%) 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 -- 2.40.0