From: Sandro Santilli Date: Wed, 21 Jan 2015 11:11:11 +0000 (+0000) Subject: Disreguard ALTER responses during testing X-Git-Tag: 2.2.0rc1~703 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16827278f677da545db76b3f0d7be9eccc97a9d3;p=postgis Disreguard ALTER responses during testing git-svn-id: http://svn.osgeo.org/postgis/trunk@13185 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/test/regress/rt_mapalgebra_expected b/raster/test/regress/rt_mapalgebra_expected index d748fa9ba..baa7f850b 100644 --- a/raster/test/regress/rt_mapalgebra_expected +++ b/raster/test/regress/rt_mapalgebra_expected @@ -340,7 +340,6 @@ NOTICE: value = {{{10}}} NOTICE: pos = [0:1][1:2]={{2,2},{2,2}} NOTICE: userargs = 30|(0,0,2,2,1,-1,0,0,0,1)|(8BUI,0,f,) -ALTER FUNCTION NOTICE: value = {{{1}}} NOTICE: pos = [0:1][1:2]={{1,1},{1,1}} NOTICE: userargs = {} diff --git a/regress/legacy_expected b/regress/legacy_expected index d6f34e48f..33218d06a 100644 --- a/regress/legacy_expected +++ b/regress/legacy_expected @@ -1,7 +1,6 @@ Starting up MapServer/Geoserver tests... Setting up the data table... public.wmstest.pt SRID:4326 TYPE:POLYGON DIMS:2 -ALTER TABLE Running Geoserver 2.0 NG tests... Geoserver1|POLYGON Geoserver2|4326 diff --git a/regress/regress_index_expected b/regress/regress_index_expected index 6d1797f9a..012e42245 100644 --- a/regress/regress_index_expected +++ b/regress/regress_index_expected @@ -4,7 +4,6 @@ 2594|POINT(130.504303 126.53112) 3618|POINT(130.447205 131.655289) 7245|POINT(128.10466 130.94133) -ALTER TABLE 3+=5:true 924+=60:true 12621+=500:true diff --git a/regress/run_test.pl b/regress/run_test.pl index d0caba34e..bdb96f1c3 100755 --- a/regress/run_test.pl +++ b/regress/run_test.pl @@ -610,7 +610,7 @@ sub run_simple_test @lines = grep(!/^\$/, @lines); @lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT|COPY|DO)/, @lines); @lines = grep(!/^(CONTEXT|RESET|ANALYZE)/, @lines); - @lines = grep(!/^(DROP|CREATE|VACUUM)/, @lines); + @lines = grep(!/^(DROP|CREATE|ALTER|VACUUM)/, @lines); @lines = grep(!/^(LOG|SET|TRUNCATE)/, @lines); @lines = grep(!/^LINE \d/, @lines); @lines = grep(!/^\s+$/, @lines); diff --git a/regress/sfcgal/legacy_expected b/regress/sfcgal/legacy_expected index d6f34e48f..33218d06a 100644 --- a/regress/sfcgal/legacy_expected +++ b/regress/sfcgal/legacy_expected @@ -1,7 +1,6 @@ Starting up MapServer/Geoserver tests... Setting up the data table... public.wmstest.pt SRID:4326 TYPE:POLYGON DIMS:2 -ALTER TABLE Running Geoserver 2.0 NG tests... Geoserver1|POLYGON Geoserver2|4326 diff --git a/regress/sfcgal/wmsservers_expected b/regress/sfcgal/wmsservers_expected index d2702ad97..0eab9398d 100644 --- a/regress/sfcgal/wmsservers_expected +++ b/regress/sfcgal/wmsservers_expected @@ -1,6 +1,5 @@ Starting up MapServer/Geoserver tests... Setting up the data table... -ALTER TABLE Running Geoserver 2.0 NG tests... Geoserver1|POLYGON Geoserver2|4326 diff --git a/regress/wmsservers_expected b/regress/wmsservers_expected index d2702ad97..0eab9398d 100644 --- a/regress/wmsservers_expected +++ b/regress/wmsservers_expected @@ -1,6 +1,5 @@ Starting up MapServer/Geoserver tests... Setting up the data table... -ALTER TABLE Running Geoserver 2.0 NG tests... Geoserver1|POLYGON Geoserver2|4326