dreid 01/05/13 07:40:57
Modified: test test_apr.h
Log:
This should have been updated already, but I must have missed it.
Too many commits... :)
Revision Changes Path
1.2 +3 -7 apr/test/test_apr.h
Index: test_apr.h
===================================================================
RCS file: /home/cvs/apr/test/test_apr.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- test_apr.h 2001/05/13 10:42:09 1.1
+++ test_apr.h 2001/05/13 14:40:57 1.2
@@ -54,11 +54,6 @@
/* Some simple functions to make the test apps easier to write and
* a bit more consistent...
- *
- * These still need more work...
- *
- * It'd be nice to get proper error reporting in here...
- *
*/
#include <string.h>
@@ -85,5 +80,6 @@
printf("%s\n", good); \
}
-#define STD_TEST(str, func) \
- TEST_NEQ(str, func, APR_SUCCESS, "OK", "Failed");
\ No newline at end of file
+#define STD_TEST_NEQ(str, func) \
+ TEST_NEQ(str, func, APR_SUCCESS, "OK", "Failed");
+