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:
Paul Beckingham 2009-03-03 21:19:07 -05:00
parent d69d658531
commit d7a9d06360
6 changed files with 251 additions and 5 deletions

View file

@ -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');