PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ test_wkb_in_linestring()

static void test_wkb_in_linestring ( void  )
static

Definition at line 131 of file cu_in_wkb.c.

132 {
133  cu_wkb_in("LINESTRING(0 0,1 1)");
134  CU_ASSERT_STRING_EQUAL(hex_a, hex_b);
135 
136  cu_wkb_in("LINESTRING(0 0 1,1 1 2,2 2 3)");
137  CU_ASSERT_STRING_EQUAL(hex_a, hex_b);
138 }
static char * hex_a
Definition: cu_in_wkb.c:23
static void cu_wkb_in(char *wkt)
Definition: cu_in_wkb.c:62
static char * hex_b
Definition: cu_in_wkb.c:24

References cu_wkb_in(), hex_a, and hex_b.

Referenced by wkb_in_suite_setup().

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