From 9ce3e9f84faf4a125bb2c4af9aa8c8f46e426e12 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 19 Nov 2009 18:27:22 -0600 Subject: [PATCH] update calendar tests --- basis/calendar/calendar-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/calendar/calendar-tests.factor b/basis/calendar/calendar-tests.factor index 9c45ee0107..2490b87c37 100644 --- a/basis/calendar/calendar-tests.factor +++ b/basis/calendar/calendar-tests.factor @@ -140,7 +140,7 @@ IN: calendar.tests [ +gt+ ] [ 2005 1 1 12 30 0 instant 2004 1 1 13 30 0 instant <=> ] unit-test -[ t ] [ now timestamp>micros micros - 1000000 < ] unit-test +[ t ] [ now timestamp>micros system-micros - 1000000 < ] unit-test [ t ] [ 0 micros>timestamp unix-1970 = ] unit-test [ t ] [ 123456789000000 [ micros>timestamp timestamp>micros ] keep = ] unit-test [ t ] [ 123456789123456000 [ micros>timestamp timestamp>micros ] keep = ] unit-test