From 70306de6bd5a017fdc37b0a048434ee47e1ef411 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 9 Oct 2010 10:36:22 -0400 Subject: [PATCH] Unit Tests - roundtrip.t - Corrected tests to accommodate the new rule that stipulates uuids must always be unique. --- src/tests/roundtrip.t | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/tests/roundtrip.t b/src/tests/roundtrip.t index 4a8039e93..d589be884 100755 --- a/src/tests/roundtrip.t +++ b/src/tests/roundtrip.t @@ -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.