From 755cf362edafb96d46d8ecf46b6ccecf4c954dda Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 1 Jul 2011 10:36:22 +0000 Subject: [PATCH] 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 --- regress/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.50.1