PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ ASSERT_INT_EQUAL

#define ASSERT_INT_EQUAL (   o,
 
)
Value:
do { \
if ( o != e ) \
fprintf(stderr, "[%s:%d]\n Expected: %d\n Obtained: %d\n", __FILE__, __LINE__, (e), (o)); \
CU_ASSERT_EQUAL(o,e); \
} while (0);

Definition at line 34 of file liblwgeom/cunit/cu_tester.h.

Referenced by do_dbscan_test(), test_lwgeom_is_trajectory(), test_lwpoly_construct_circle(), test_unionfind_collapse_cluster_ids(), test_unionfind_create(), and test_unionfind_union().