PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
ASSERT_STRING_EQUAL
#define ASSERT_STRING_EQUAL
(
o,
e
)
Value:
do
{ \
if ( strcmp(o,e) != 0 ) \
fprintf(stderr,
"[%s:%d]\n Expected: %s\n Obtained: %s\n"
, __FILE__, __LINE__, (e), (o)); \
CU_ASSERT_STRING_EQUAL(o,e); \
}
while
(0);
Definition at line
43
of file
liblwgeom/cunit/cu_tester.h
.
liblwgeom
cunit
cu_tester.h
Generated by
1.9.1