mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 18:06:42 +02:00
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:
parent
9ed0c5c86d
commit
70eba976ae
35 changed files with 42 additions and 42 deletions
|
@ -79,7 +79,7 @@ ok (! -r 'local/pending.data' &&
|
|||
! -r 'local/undo.data' &&
|
||||
! -r 'local/undo.save' &&
|
||||
! -r 'local/backlog.data' &&
|
||||
! -r 'local/synch_key.data' &&
|
||||
! -r 'local/synch.key' &&
|
||||
! -r 'local.rc', 'Cleanup');
|
||||
|
||||
unlink qw(remote/pending.data remote/completed.data remote/undo.data remote/backlog.data remote/synch.key remote.rc);
|
||||
|
@ -87,7 +87,7 @@ ok (! -r 'remote/pending.data' &&
|
|||
! -r 'remote/completed.data' &&
|
||||
! -r 'remote/undo.data' &&
|
||||
! -r 'remote/backlog.data' &&
|
||||
! -r 'remote/synch_key.data' &&
|
||||
! -r 'remote/synch.key' &&
|
||||
! -r 'remote.rc', 'Cleanup');
|
||||
|
||||
rmdir("remote/extensions");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue