Definition at line 58 of file cu_out_kml.c.
59{
61 char * h;
62
65
66 if (strcmp(h, out))
67 fprintf(stderr, "\nPrefix: %s\nIn: %s\nOut: %s\nTheo: %s\n",
68 prefix, in, h, out);
69
70 CU_ASSERT_STRING_EQUAL(h, out);
71
74}
void lwgeom_free(LWGEOM *geom)
#define LW_PARSER_CHECK_NONE
char * lwgeom_to_kml2(const LWGEOM *geom, int precision, const char *prefix)
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
References LW_PARSER_CHECK_NONE, lwfree(), lwgeom_free(), lwgeom_from_wkt(), lwgeom_to_kml2(), and precision.
Referenced by out_kml_test_prefix().