From c5bde168c4aa12d7be3491a6d65b1d8c403936c1 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 29 Jun 2014 22:18:23 -0400 Subject: [PATCH] Unit Tests - Fixed typo in test. --- test/bug.628.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bug.628.t b/test/bug.628.t index 049adb5a0..a86a977dc 100755 --- a/test/bug.628.t +++ b/test/bug.628.t @@ -53,7 +53,7 @@ qx{../src/task rc:$rc add wait:"Wed Jan 01 2030" A buggy task 2>&1}; # Result: Immediately delete the created task my $output = qx{../src/task rc:$rc waiting 2>&1}; -like ($output, qr/Jan 01 2020/ms, "$ut: a b D Y dateformat correctly parsed."); +like ($output, qr/Jan 01 2030/ms, "$ut: a b D Y dateformat correctly parsed."); # Cleanup. unlink qw(pending.data completed.data undo.data backlog.data), $rc;