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:
@@ -63,7 +63,7 @@ like ($output, qr/Status\s+Pending\n/, 'add Pending');
|
||||
|
||||
# Cleanup.
|
||||
unlink 'pending.data';
|
||||
ok (!-r 'pendind.data', 'Removed pending.data');
|
||||
ok (!-r 'pending.data', 'Removed pending.data');
|
||||
|
||||
unlink 'add.rc';
|
||||
ok (!-r 'add.rc', 'Removed add.rc');
|
||||
|
||||
Reference in New Issue
Block a user