From fbd6951f4d23ab3cd37ceadc72e03f8b539baabc Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 19 Jun 2009 15:13:00 +0000 Subject: [PATCH] test not handling aggregates right git-svn-id: http://svn.osgeo.org/postgis/trunk@4184 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/xsl/postgis_gardentest.sql.xsl | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1