Skip to content
Snippets Groups Projects
Commit a560e5ea authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

The missing hour is 02:00-03:00, not 23:00-24:00.

Rev: lib/modules/Calendar.pmod/testsuite.in:1.8
parent c4a8bcef
No related branches found
No related tags found
No related merge requests found
dnl $Id: testsuite.in,v 1.7 2003/03/12 19:43:44 nilsson Exp $ dnl $Id: testsuite.in,v 1.8 2003/03/30 16:22:47 marcus Exp $
dnl NOTE: dnl NOTE:
dnl *every* time the Calendar tests have failed, it's not the dnl *every* time the Calendar tests have failed, it's not the
...@@ -17,10 +17,10 @@ test_eq([[(int)(Calendar.Stardate.Tick("julian",2500000)->tic())]],-190335) ...@@ -17,10 +17,10 @@ test_eq([[(int)(Calendar.Stardate.Tick("julian",2500000)->tic())]],-190335)
test_eq(Calendar.ISO.Week(2002,1)->day()->format_ymd(),"2001-12-31") test_eq(Calendar.ISO.Week(2002,1)->day()->format_ymd(),"2001-12-31")
test_eval_error(Calendar.ISO.set_timezone("Europe/Stockholm") test_eval_error(Calendar.ISO.set_timezone("Europe/Stockholm")
->dwim_time("2000-03-26 23:01:17")) ->dwim_time("2000-03-26 02:01:17"))
test_eq(Calendar.ISO_UTC.dwim_time("2000-03-26 23:01:17")->unix_time(), test_eq(Calendar.ISO_UTC.dwim_time("2000-03-26 02:01:17")->unix_time(),
954111677) 954036077)
test_do(Calendar.TimeRange t = Calendar.now()) test_do(Calendar.TimeRange t = Calendar.now())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment