Definition at line 482 of file cu_gserialized2.c.
483{
485
487 CU_ASSERT_EQUAL(p.
x, 1);
488 CU_ASSERT_EQUAL(p.
y, 2);
489
491 CU_ASSERT_EQUAL(p.
x, 10);
492 CU_ASSERT_EQUAL(p.
y, 20);
493 CU_ASSERT_EQUAL(p.
z, 30);
494
496 CU_ASSERT_EQUAL(p.
x, 100);
497 CU_ASSERT_EQUAL(p.
y, 200);
498 CU_ASSERT_EQUAL(p.
m, 300);
499
501 CU_ASSERT_EQUAL(p.
x, 1000);
502 CU_ASSERT_EQUAL(p.
y, 2000);
503 CU_ASSERT_EQUAL(p.
z, 3000);
504 CU_ASSERT_EQUAL(p.
m, 4000);
505
510}
static int peek2_point_helper(char *geometry, POINT4D *p)
References LW_FAILURE, LW_SUCCESS, POINT4D::m, peek2_point_helper(), POINT4D::x, POINT4D::y, and POINT4D::z.
Referenced by gserialized2_suite_setup().