From: Sandro Santilli Date: Fri, 1 Jul 2011 10:36:22 +0000 (+0000) Subject: Well, let's run the ST_OffsetCurve regress test only against GEOS-3.3. After all... X-Git-Tag: 2.0.0alpha1~1304 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=755cf362edafb96d46d8ecf46b6ccecf4c954dda;p=postgis Well, let's run the ST_OffsetCurve regress test only against GEOS-3.3. After all it's known to fail against 3.2 ... (due to http://trac.osgeo.org/geos/ticket/455#comment:1) git-svn-id: http://svn.osgeo.org/postgis/trunk@7538 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/Makefile.in b/regress/Makefile.in index bb32890aa..03dc4e703 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -96,7 +96,6 @@ ifeq ($(shell expr $(POSTGIS_GEOS_VERSION) ">=" 32),1) # ST_HausdorffDistance, ST_Buffer(params) TESTS += \ hausdorff \ - offsetcurve \ regress_buffer_params endif @@ -105,6 +104,7 @@ ifeq ($(shell expr $(POSTGIS_GEOS_VERSION) ">=" 33),1) # ST_RelateMatch, ST_IsValidDetail, ST_SharedPaths , # ST_Snap, ST_UnaryUnion, ST_MakeClean TESTS += \ + offsetcurve \ relatematch \ isvaliddetail \ sharedpaths \