From: Regina Obe Date: Fri, 19 Jun 2009 15:13:00 +0000 (+0000) Subject: test not handling aggregates right X-Git-Tag: 1.4.0rc1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbd6951f4d23ab3cd37ceadc72e03f8b539baabc;p=postgis test not handling aggregates right git-svn-id: http://svn.osgeo.org/postgis/trunk@4184 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/xsl/postgis_gardentest.sql.xsl b/doc/xsl/postgis_gardentest.sql.xsl index 1c37d8a3d..e6e9b4ad3 100644 --- a/doc/xsl/postgis_gardentest.sql.xsl +++ b/doc/xsl/postgis_gardentest.sql.xsl @@ -229,6 +229,9 @@ SELECT 'Ending ( : Start Testing '; BEGIN; + + SELECT ST_AsEWKT(()), ST_AsEWKT(MAX(foo1.the_geom)) As ref_geom + SELECT ST_AsEWKT(()), ST_AsEWKT(foo1.the_geom) As ref_geom