Unit Tests

- Many tests referred to 'synch_key.data', which is not the correct
  name.  It should be 'synch.key'.  This has no effect on the number
  of passing tests though.
This commit is contained in:
Paul Beckingham 2011-09-07 00:33:02 -04:00
parent 9ed0c5c86d
commit 70eba976ae
35 changed files with 42 additions and 42 deletions

View file

@ -87,7 +87,7 @@ ok (! -r 'pending.data' &&
! -r 'completed.data' &&
! -r 'undo.data' &&
! -r 'backlog.data' &&
! -r 'synch_key.data' &&
! -r 'synch.key' &&
! -r 'time.rc', 'Cleanup');
exit 0;