From 993844d60018d30ac08c0bf9282bb9bd73e128d7 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Sat, 24 Sep 2011 21:05:41 +0200 Subject: [PATCH] Unit tests - date.iso.t failed due to a timestamp too close to midnight --- test/date.iso.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/date.iso.t b/test/date.iso.t index 0cb6ea974..46cdda733 100755 --- a/test/date.iso.t +++ b/test/date.iso.t @@ -45,7 +45,7 @@ my $output = qx{../src/task rc:iso.rc 1 info}; like ($output, qr/Due\s+9\/1\/2011/, 'ISO format recognized.'); # Test use of epoch date format, despite rc.dateformat. -qx{../src/task rc:iso.rc add one due:1234567890}; +qx{../src/task rc:iso.rc add one due:1234524690}; $output = qx{../src/task rc:iso.rc 2 info}; like ($output, qr/Due\s+2\/13\/2009/, 'Epoch format recognized.');