diff options
author | ianh <ianh@13f79535-47bb-0310-9956-ffa450edef68> | 2003-12-29 21:03:49 +0000 |
---|---|---|
committer | ianh <ianh@13f79535-47bb-0310-9956-ffa450edef68> | 2003-12-29 21:03:49 +0000 |
commit | 88e1de9fe79715dd47676197b27694e04d0b988f (patch) | |
tree | 272238e4beb8aff8435bdb1dae53715ea766823c /test/testrand2.c | |
parent | de2ed1078f2afe3afb3ba787d6889e6932b140a8 (diff) | |
download | libapr-88e1de9fe79715dd47676197b27694e04d0b988f.tar.gz |
doxygen fixes
new status check APR_STATUS_IS_ENOTENOUGHENTROPY
Submitted by: Sander Temme <sander at temme dot net>
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64850 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testrand2.c')
-rw-r--r-- | test/testrand2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testrand2.c b/test/testrand2.c index 43b7fc842..03de48fee 100644 --- a/test/testrand2.c +++ b/test/testrand2.c @@ -134,7 +134,7 @@ static void rand_run_seed_short(CuTest *tc,rnd_fn *f,apr_random_t *r, for(i=0 ; i < count ; ++i) rand_add_zeroes(r); rv=f(r,c,1); - CuAssertIntEquals(tc,rv,APR_ENOTENOUGHENTROPY); + CuAssertIntEquals(tc,1,APR_STATUS_IS_ENOTENOUGHENTROPY(rv)); } static void rand_seed_short(CuTest *tc) |