]> granicus.if.org Git - postgis/commitdiff
Well, let's run the ST_OffsetCurve regress test only against GEOS-3.3. After all...
authorSandro Santilli <strk@keybit.net>
Fri, 1 Jul 2011 10:36:22 +0000 (10:36 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 1 Jul 2011 10:36:22 +0000 (10:36 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7538 b70326c6-7e19-0410-871a-916f4a2858ee

regress/Makefile.in

index bb32890aac23512c77b4594b3c00071de12f2167..03dc4e7034b0cbe8abe07a33b0e1ef517f101977 100644 (file)
@@ -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 \