PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ test_twkb_in_point()

static void test_twkb_in_point ( void  )
static

Definition at line 97 of file cu_in_twkb.c.

98 {
99  cu_twkb_in("POINT(0 0 0 0)");
100 // printf("old: %s\nnew: %s\n",hex_a, hex_b);
101  CU_ASSERT_STRING_EQUAL(hex_a, hex_b);
102 
103  cu_twkb_in("POINT(1 1)");
104  CU_ASSERT_STRING_EQUAL(hex_a, hex_b);
105 
106  cu_twkb_in("POINT EMPTY");
107  CU_ASSERT_STRING_EQUAL(hex_a, hex_b);
108 }
static char * hex_a
Definition: cu_in_twkb.c:23
static void cu_twkb_in(char *wkt)
Definition: cu_in_twkb.c:53
static char * hex_b
Definition: cu_in_twkb.c:24

References cu_twkb_in(), hex_a, and hex_b.

Referenced by twkb_in_suite_setup().

Here is the call graph for this function:
Here is the caller graph for this function: