From add85641d3d9283d8b90c69117808c99221528d4 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Tue, 14 Feb 2012 17:47:12 +0000 Subject: [PATCH] Readded rt_clip regression test. git-svn-id: http://svn.osgeo.org/postgis/trunk@9188 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/test/regress/Makefile.in | 3 ++- raster/test/regress/rt_clip.sql | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/raster/test/regress/Makefile.in b/raster/test/regress/Makefile.in index f1dce2ed9..ec415423a 100644 --- a/raster/test/regress/Makefile.in +++ b/raster/test/regress/Makefile.in @@ -91,7 +91,8 @@ TEST_UTILITY = \ rt_reclass \ rt_resample \ rt_asraster \ - rt_intersection + rt_intersection \ + rt_clip TEST_GIST = \ create_rt_gist_test \ diff --git a/raster/test/regress/rt_clip.sql b/raster/test/regress/rt_clip.sql index cc5b52993..179380526 100644 --- a/raster/test/regress/rt_clip.sql +++ b/raster/test/regress/rt_clip.sql @@ -1,4 +1,4 @@ -SET client_min_messages TO warning; +SET client_min_messages TO warning; DROP TABLE IF EXISTS raster_clip; CREATE TABLE raster_clip ( -- 2.40.0