Bug Fix - nag

- Implemented new nag algorithm, and debugged why it then broke.
This commit is contained in:
Paul Beckingham 2009-03-03 00:46:02 -05:00
parent 8157c729d6
commit 964d04322c
2 changed files with 19 additions and 17 deletions

View file

@ -47,7 +47,6 @@ my $setup = "../task rc:nag.rc add due:yesterday one;"
. "../task rc:nag.rc add six;";
qx{$setup};
my $output = qx{../task rc:nag.rc do 6};
like (qx{../task rc:nag.rc do 6}, qr/NAG/, 'do pri: -> nag');
like (qx{../task rc:nag.rc do 5}, qr/NAG/, 'do pri:L -> nag');
like (qx{../task rc:nag.rc do 4}, qr/NAG/, 'do pri:M-> nag');