diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2002-11-24 04:57:35 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2002-11-24 04:57:35 +0000 |
commit | 0db2e4a10ea962258c7014fd3591122180f5d6e1 (patch) | |
tree | ffc2c97db4c732a7567262aaa16a0b63bfe6eb7f /test/testpools.c | |
parent | 68012686b184155ae2f62ae63ddbd930e417311c (diff) | |
download | libapr-0db2e4a10ea962258c7014fd3591122180f5d6e1.tar.gz |
Fix the names for all tests. (I got sick of seeing Test in the output)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64079 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testpools.c')
-rw-r--r-- | test/testpools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testpools.c b/test/testpools.c index cb8df339e..013476738 100644 --- a/test/testpools.c +++ b/test/testpools.c @@ -132,7 +132,7 @@ static void test_notancestor(CuTest *tc) CuSuite *testpool(void) { - CuSuite *suite = CuSuiteNew("Test Pools"); + CuSuite *suite = CuSuiteNew("Pools"); SUITE_ADD_TEST(suite, parent_pool); SUITE_ADD_TEST(suite, child_pool); |