mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
Unit Tests - roundtrip.t
- Corrected tests to accommodate the new rule that stipulates uuids must always be unique.
This commit is contained in:
parent
30f757ba13
commit
70306de6bd
1 changed files with 2 additions and 4 deletions
|
@ -45,14 +45,12 @@ qx{../task rc:roundtrip.rc add +tag1 +tag2 two};
|
|||
|
||||
# trip 1.
|
||||
qx{../task rc:roundtrip.rc export.yaml > ./roundtrip.txt};
|
||||
qx{../task rc:roundtrip.rc 1,2 delete};
|
||||
qx{../task rc:roundtrip.rc ls};
|
||||
unlink 'pending.data', 'completed.data', 'undo.data';
|
||||
qx{../task rc:roundtrip.rc import ./roundtrip.txt};
|
||||
|
||||
# trip 2.
|
||||
qx{../task rc:roundtrip.rc export.yaml > ./roundtrip.txt};
|
||||
qx{../task rc:roundtrip.rc 1,2 delete};
|
||||
qx{../task rc:roundtrip.rc ls};
|
||||
unlink 'pending.data', 'completed.data', 'undo.data';
|
||||
qx{../task rc:roundtrip.rc import ./roundtrip.txt};
|
||||
|
||||
# Exammine.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue