|
PostGIS
2.5.7dev-r@@SVN_REVISION@@
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "CUnit/Basic.h"#include "liblwgeom_internal.h"#include "cu_tester.h"
Go to the source code of this file.
Functions | |
| static void | test_lwprint_assert_format (char *point_wkt, const char *format, const char *expected) |
| static void | test_lwprint_assert_error (char *point_wkt, const char *format) |
| static void | test_lwprint_default_format (void) |
| static void | test_lwprint_format_orders (void) |
| static void | test_lwprint_optional_format (void) |
| static void | test_lwprint_oddball_formats (void) |
| static void | test_lwprint_bad_formats (void) |
| void | print_suite_setup (void) |