]> granicus.if.org Git - postgis/commitdiff
Rename "LibGeom Suite" to simply "libgeom", for easy of use
authorSandro Santilli <strk@keybit.net>
Mon, 21 Nov 2011 08:23:31 +0000 (08:23 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 21 Nov 2011 08:23:31 +0000 (08:23 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8200 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/cu_libgeom.c

index 4125ea3c65a03e538db2376818aefa4f41acd49d..f7f02a50945f7c63e96548bc9e80fcd0d24eb717 100644 (file)
@@ -659,5 +659,5 @@ CU_TestInfo libgeom_tests[] =
        PG_TEST(test_lwgeom_force_clockwise),
        CU_TEST_INFO_NULL
 };
-CU_SuiteInfo libgeom_suite = {"LibGeom Suite",  NULL,  NULL, libgeom_tests};
+CU_SuiteInfo libgeom_suite = {"libgeom",  NULL,  NULL, libgeom_tests};