summaryrefslogtreecommitdiff
path: root/test/testtime.c
diff options
context:
space:
mode:
authorSander Striker <striker@apache.org>2002-04-13 12:00:07 +0000
committerSander Striker <striker@apache.org>2002-04-13 12:00:07 +0000
commit5d47336dace61ebfd3ea7783b2bfcb7ae3840726 (patch)
tree7b11d1b1caaa214fd6ecf558d54e8a1ec3bd75b1 /test/testtime.c
parent7a78249b47a4d88ddd84a5ac1307b8f22c9b76cc (diff)
downloadapr-5d47336dace61ebfd3ea7783b2bfcb7ae3840726.tar.gz
Rename apr_explode_localtime to apr_time_exp_lt.
Submitted by: Thom May <thom@planetarytramp.net> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63256 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testtime.c')
-rw-r--r--test/testtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testtime.c b/test/testtime.c
index 095ad9da5..1a96449e9 100644
--- a/test/testtime.c
+++ b/test/testtime.c
@@ -85,7 +85,7 @@ int main(void)
STD_TEST_NEQ(" apr_time_exp_gmt", apr_time_exp_gmt(&xt, now))
- STD_TEST_NEQ(" apr_explode_localtime", apr_explode_localtime(&xt2, now))
+ STD_TEST_NEQ(" apr_time_exp_lt", apr_time_exp_lt(&xt2, now))
STD_TEST_NEQ(" apr_time_exp_get (GMT)", apr_time_exp_get(&imp, &xt))