]> granicus.if.org Git - postgis/commitdiff
use the rights homogenize cunit suite handlers
authorOlivier Courtin <olivier.courtin@camptocamp.com>
Sat, 20 Feb 2010 19:47:49 +0000 (19:47 +0000)
committerOlivier Courtin <olivier.courtin@camptocamp.com>
Sat, 20 Feb 2010 19:47:49 +0000 (19:47 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5270 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/cu_homogenize.c

index 31e82df110e6b1c0f5f33040921d83fb1c356f77..f9137ed7ea55295989a4e017a1e5834732132d9b 100644 (file)
@@ -18,7 +18,7 @@
 CU_pSuite register_homogenize_suite(void)
 {
        CU_pSuite pSuite;
-       pSuite = CU_add_suite("Homogenize Suite", init_libgeom_suite, clean_libgeom_suite);
+       pSuite = CU_add_suite("Homogenize Suite", init_homogenize_suite, clean_homogenize_suite);
        if (NULL == pSuite)
        {
                CU_cleanup_registry();