]> granicus.if.org Git - postgis/commitdiff
restore (at least) tin_geom and psurface_geom unit tests call. Related to #665
authorOlivier Courtin <olivier.courtin@camptocamp.com>
Wed, 8 Feb 2012 05:29:07 +0000 (05:29 +0000)
committerOlivier Courtin <olivier.courtin@camptocamp.com>
Wed, 8 Feb 2012 05:29:07 +0000 (05:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9093 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/cu_surface.c

index a0a6e8b5c472c67a30e9a3836315d5228d913b42..56416c62593f255949744d43e93562c62f841464 100644 (file)
@@ -284,6 +284,7 @@ check_tgeom(char *ewkt, int type, uint32_t srid, int is_solid)
        {
                printf("\n[%s]\n, lwgeom_same II\n", ewkt);
                printTGEOM(tgeom);
+               printTGEOM(tgeom2);
                if (type == TINTYPE)
                {
                        printLWTIN((LWTIN *)g1);
@@ -566,8 +567,8 @@ CU_TestInfo surface_tests[] =
        PG_TEST(triangle_parse),
        PG_TEST(tin_parse),
        PG_TEST(polyhedralsurface_parse),
-//     PG_TEST(tin_tgeom),
-//     PG_TEST(psurface_tgeom),
+       PG_TEST(tin_tgeom),
+       PG_TEST(psurface_tgeom),
        PG_TEST(surface_dimension),
        PG_TEST(surface_perimeter),
        CU_TEST_INFO_NULL