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/testtime.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/testtime.c')
-rw-r--r-- | test/testtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testtime.c b/test/testtime.c index ad1843e85..7aeb70c7d 100644 --- a/test/testtime.c +++ b/test/testtime.c @@ -286,7 +286,7 @@ static void test_strftimeoffset(CuTest *tc) CuSuite *testtime(void) { - CuSuite *suite = CuSuiteNew("Test Time"); + CuSuite *suite = CuSuiteNew("Time"); SUITE_ADD_TEST(suite, test_now); SUITE_ADD_TEST(suite, test_gmtstr); |