From 5bbe44ece1dac89f960e859fdd1c04adca5e7a16 Mon Sep 17 00:00:00 2001 From: Olivier Courtin Date: Wed, 8 Feb 2012 05:29:07 +0000 Subject: [PATCH] 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 --- liblwgeom/cunit/cu_surface.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.40.0