Definition at line 20 of file cu_print.c.
References cu_error_msg, cu_error_msg_reset(), LW_PARSER_CHECK_NONE, lwfree(), lwgeom_from_wkt(), lwpoint_free(), and lwpoint_to_latlon().
Referenced by test_lwprint_default_format(), test_lwprint_format_orders(), test_lwprint_oddball_formats(), and test_lwprint_optional_format().
23 int num_old_failures, num_new_failures;
29 printf(
"\nAssert failed:\n\tFormat [%s] generated an error: %s\n", format,
cu_error_msg);
32 num_old_failures = CU_get_number_of_failures();
33 CU_ASSERT_STRING_EQUAL(actual, expected);
34 num_new_failures = CU_get_number_of_failures();
35 if (num_new_failures > num_old_failures)
37 printf(
"\nAssert failed:\n\t%s\t(actual)\n\t%s\t(expected)\n", actual, expected);
char * lwpoint_to_latlon(const LWPOINT *p, const char *format)
void lwpoint_free(LWPOINT *pt)
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
#define LW_PARSER_CHECK_NONE
void cu_error_msg_reset()
char cu_error_msg[MAX_CUNIT_ERROR_LENGTH+1]