[geos-commits] r3665 - in trunk/tests/unit: . capi

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Jun 6 07:15:13 PDT 2012


Author: strk
Date: 2012-06-06 07:15:13 -0700 (Wed, 06 Jun 2012)
New Revision: 3665

Modified:
   trunk/tests/unit/Makefile.am
   trunk/tests/unit/capi/GEOSConvexHullTest.cpp
Log:
Enable capi::GEOSConvexHull test, and fix it (#555)

Modified: trunk/tests/unit/Makefile.am
===================================================================
--- trunk/tests/unit/Makefile.am	2012-06-06 07:04:45 UTC (rev 3664)
+++ trunk/tests/unit/Makefile.am	2012-06-06 14:15:13 UTC (rev 3665)
@@ -105,6 +105,7 @@
 	capi/GEOSGeomFromWKBTest.cpp \
 	capi/GEOSGeomToWKTTest.cpp \
 	capi/GEOSContainsTest.cpp \
+	capi/GEOSConvexHullTest.cpp \
 	capi/GEOSDistanceTest.cpp \
 	capi/GEOSIntersectsTest.cpp \
 	capi/GEOSWithinTest.cpp \

Modified: trunk/tests/unit/capi/GEOSConvexHullTest.cpp
===================================================================
--- trunk/tests/unit/capi/GEOSConvexHullTest.cpp	2012-06-06 07:04:45 UTC (rev 3664)
+++ trunk/tests/unit/capi/GEOSConvexHullTest.cpp	2012-06-06 14:15:13 UTC (rev 3665)
@@ -53,7 +53,7 @@
     typedef test_group<test_capigeosconvexhull_data> group;
     typedef group::object object;
 
-    group test_capigeoscontains_group("capi::GEOSConvexHull");
+    group test_capigeosconvexhull_group("capi::GEOSConvexHull");
 
     //
     // Test Cases



More information about the geos-commits mailing list