Unit Tests - add, bug_hang, bug_period, bug_sort, nag, tag
- Implemented unit tests to verify tag manipulation - Implemented unit tests to verify nag functionality - Implemented unit tests to verify bug fix for hang on shadow write - Implemented unit tests to verify bug fix for unsupported recurrence periods - Implemented unit tests to verify bug fix for hang on sort - Corrected typo in add.t
This commit is contained in:
@@ -56,7 +56,7 @@ ok (qx{../task rc:nag.rc do 1} !~ qr/NAG/, 'do due:yesterday -> no nag');
|
||||
|
||||
# Cleanup.
|
||||
unlink 'pending.data';
|
||||
ok (!-r 'pendind.data', 'Removed pending.data');
|
||||
ok (!-r 'pending.data', 'Removed pending.data');
|
||||
|
||||
unlink 'nag.rc';
|
||||
ok (!-r 'nag.rc', 'Removed nag.rc');
|
||||
|
||||
Reference in New Issue
Block a user