Unit Tests

- Fixed typo in test.
This commit is contained in:
Paul Beckingham 2014-06-29 22:18:23 -04:00
parent e17dd13afd
commit c5bde168c4

View file

@ -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 # Result: Immediately delete the created task
my $output = qx{../src/task rc:$rc waiting 2>&1}; 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. # Cleanup.
unlink qw(pending.data completed.data undo.data backlog.data), $rc; unlink qw(pending.data completed.data undo.data backlog.data), $rc;