Unit Tests - roundtrip.t

- Corrected tests to accommodate the new rule that stipulates uuids
  must always be unique.
This commit is contained in:
Paul Beckingham 2010-10-09 10:36:22 -04:00
parent 30f757ba13
commit 70306de6bd

View file

@ -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.