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/testipsub.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/testipsub.c')
-rw-r--r-- | test/testipsub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testipsub.c b/test/testipsub.c index 9bbe7915c..e4cf7f8c8 100644 --- a/test/testipsub.c +++ b/test/testipsub.c @@ -199,7 +199,7 @@ static void test_badip_str(CuTest *tc) CuSuite *testipsub(void) { - CuSuite *suite = CuSuiteNew("Test IP subnets"); + CuSuite *suite = CuSuiteNew("IP subnets"); SUITE_ADD_TEST(suite, test_bad_input); SUITE_ADD_TEST(suite, test_singleton_subnets); |