From: Olivier Courtin Date: Wed, 8 Feb 2012 05:29:07 +0000 (+0000) Subject: restore (at least) tin_geom and psurface_geom unit tests call. Related to #665 X-Git-Tag: 2.0.0alpha4~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bbe44ece1dac89f960e859fdd1c04adca5e7a16;p=postgis restore (at least) tin_geom and psurface_geom unit tests call. Related to #665 git-svn-id: http://svn.osgeo.org/postgis/trunk@9093 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/cunit/cu_surface.c b/liblwgeom/cunit/cu_surface.c index a0a6e8b5c..56416c625 100644 --- a/liblwgeom/cunit/cu_surface.c +++ b/liblwgeom/cunit/cu_surface.c @@ -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