wrowe 2003/11/16 16:59:00
Modified: test testall.c
Log:
apr_random won't be in APR1.0.0, so pull testrand2.
Revision Changes Path
1.48 +0 -1 apr/test/testall.c
Index: testall.c
===================================================================
RCS file: /home/cvs/apr/test/testall.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- testall.c 5 Nov 2003 13:34:53 -0000 1.47
+++ testall.c 17 Nov 2003 00:59:00 -0000 1.48
@@ -95,7 +95,6 @@
{"testdup", testdup},
{"testdir", testdir},
{"testrand", testrand},
- {"testrand2", testrand2},
{"testdso", testdso},
{"testoc", testoc},
{"testsockets", testsockets},