summaryrefslogtreecommitdiff
path: root/test/testtime.c
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2002-04-15 00:01:09 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2002-04-15 00:01:09 +0000
commit4f96974abe40bcb377b9a78f43861f7b78d8002f (patch)
treed79db08c2ec0642876f26a446eee60d5517c84ba /test/testtime.c
parent00b3bb73edde149b77cde5e301ade0588caf3f97 (diff)
downloadlibapr-4f96974abe40bcb377b9a78f43861f7b78d8002f.tar.gz
Per rename_pendings, rename apr_explode_time to apr_time_exp_tz.
(Justin made a few whitespace corrections.) Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Justin Erenkrantz git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63264 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testtime.c')
-rw-r--r--test/testtime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testtime.c b/test/testtime.c
index 1a96449e9..39fcc5d61 100644
--- a/test/testtime.c
+++ b/test/testtime.c
@@ -155,8 +155,8 @@ int main(void)
apr_strftime(str, &sz, STR_SIZE, "%T", &xt))
printf (" ( %s )\n", str);
- STD_TEST_NEQ(" apr_explode_time (GMT -5 hours)",
- apr_explode_time(&xt2, now, hr_off))
+ STD_TEST_NEQ(" apr_time_exp_tz (GMT -5 hours)",
+ apr_time_exp_tz(&xt2, now, hr_off))
STD_TEST_NEQ(" apr_strftime (offset) (HH:MM:SS)",
apr_strftime(str2, &sz, STR_SIZE, "%T", &xt2))