diff --git a/test/abbreviation.t b/test/abbreviation.t index 62d841d67..fc4d5ca79 100755 --- a/test/abbreviation.t +++ b/test/abbreviation.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 24; +use Test::More tests => 26; # Create the rc file. if (open my $fh, '>', 'abbrev.rc') @@ -99,6 +99,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'abbrev.rc'; ok (!-r 'abbrev.rc', 'Removed abbrev.rc'); diff --git a/test/add.t b/test/add.t index 8f6f29625..becf6e9d0 100755 --- a/test/add.t +++ b/test/add.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 12; +use Test::More tests => 14; # Create the rc file. if (open my $fh, '>', 'add.rc') @@ -65,6 +65,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'add.rc'; ok (!-r 'add.rc', 'Removed add.rc'); diff --git a/test/alias.t b/test/alias.t index be9278a5f..8ed5beb60 100755 --- a/test/alias.t +++ b/test/alias.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'alias.rc') @@ -62,6 +62,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'alias.rc'; ok (!-r 'alias.rc', 'Removed alias.rc'); diff --git a/test/annotate.t b/test/annotate.t index fc4d49a54..bbc17c1f9 100755 --- a/test/annotate.t +++ b/test/annotate.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 29; +use Test::More tests => 31; # Create the rc file. if (open my $fh, '>', 'annotate.rc') @@ -123,6 +123,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'annotate.rc'; ok (!-r 'annotate.rc', 'Removed annotate.rc'); diff --git a/test/append.t b/test/append.t index 8489107a5..695072e9a 100755 --- a/test/append.t +++ b/test/append.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'append.rc') @@ -58,6 +58,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'append.rc'; ok (!-r 'append.rc', 'Removed append.rc'); diff --git a/test/args.1.t b/test/args.1.t index 97ca8d96b..c0897bd0b 100755 --- a/test/args.1.t +++ b/test/args.1.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'args.rc') @@ -64,6 +64,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'args.rc'; ok (!-r 'args.rc', 'Removed args.rc'); diff --git a/test/args.2.t b/test/args.2.t index 76f760f76..75e742de9 100755 --- a/test/args.2.t +++ b/test/args.2.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'args.rc') @@ -76,6 +76,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'args.rc'; ok (!-r 'args.rc', 'Removed args.rc'); diff --git a/test/args.3.t b/test/args.3.t index 90c533ae6..83f82c2f4 100755 --- a/test/args.3.t +++ b/test/args.3.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'args.rc') @@ -76,6 +76,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'args.rc'; ok (!-r 'args.rc', 'Removed args.rc'); diff --git a/test/args.4.t b/test/args.4.t index e1f89501d..93448861b 100755 --- a/test/args.4.t +++ b/test/args.4.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'args.rc') @@ -76,6 +76,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'args.rc'; ok (!-r 'args.rc', 'Removed args.rc'); diff --git a/test/args.5.t b/test/args.5.t index 4e90cddac..e65c39530 100755 --- a/test/args.5.t +++ b/test/args.5.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'args.rc') @@ -82,6 +82,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'args.rc'; ok (!-r 'args.rc', 'Removed args.rc'); diff --git a/test/args.t b/test/args.t index d5e493d64..e9abb2a58 100755 --- a/test/args.t +++ b/test/args.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'args.rc') @@ -70,6 +70,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'args.rc'; ok (!-r 'args.rc', 'Removed args.rc'); diff --git a/test/backslash.t b/test/backslash.t index 0cdbf9ad8..06156174f 100755 --- a/test/backslash.t +++ b/test/backslash.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'backslash.rc') @@ -53,6 +53,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'backslash.rc'; ok (!-r 'backslash.rc', 'Removed backslash.rc'); diff --git a/test/benchmark.t b/test/benchmark.t index 11b2a23a9..837bf903f 100755 --- a/test/benchmark.t +++ b/test/benchmark.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 5; +use Test::More tests => 7; # Create the rc file. if (open my $fh, '>', 'bench.rc') @@ -99,6 +99,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bench.rc'; ok (!-r 'bench.rc', 'Removed bench.rc'); diff --git a/test/benchmark2.t b/test/benchmark2.t index 584765f45..de999b6ee 100755 --- a/test/benchmark2.t +++ b/test/benchmark2.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 5; +use Test::More tests => 7; # Create the rc file. if (open my $fh, '>', 'bench2.rc') @@ -79,6 +79,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bench2.rc'; ok (!-r 'bench2.rc', 'Removed bench2.rc'); diff --git a/test/bug.299.t b/test/bug.299.t index 789511e30..43ca9aac8 100755 --- a/test/bug.299.t +++ b/test/bug.299.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -61,6 +61,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.327.t b/test/bug.327.t index d8ea5652c..271cb746e 100755 --- a/test/bug.327.t +++ b/test/bug.327.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -59,6 +59,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.360.t b/test/bug.360.t index cc7ab4e68..a56edacf7 100755 --- a/test/bug.360.t +++ b/test/bug.360.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 11; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -74,6 +74,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.368.t b/test/bug.368.t index b438e7d4f..c0543224c 100755 --- a/test/bug.368.t +++ b/test/bug.368.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -58,6 +58,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.414.t b/test/bug.414.t index b808b6525..73947ad53 100755 --- a/test/bug.414.t +++ b/test/bug.414.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 11; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -66,6 +66,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.417.t b/test/bug.417.t index 4864abfe0..6e8f7f93f 100755 --- a/test/bug.417.t +++ b/test/bug.417.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -60,6 +60,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.418.t b/test/bug.418.t index f6c5b8868..c2aa05d97 100755 --- a/test/bug.418.t +++ b/test/bug.418.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 23; +use Test::More tests => 25; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -46,7 +46,7 @@ if (open my $fh, '>', 'bug.rc') } # Bug #418: due.before:eow not working -# - with dateformat is MD +# - with dateformat 'MD' qx{../src/task rc:bug.rc add one due:6/28/2010}; qx{../src/task rc:bug.rc add two due:6/29/2010}; qx{../src/task rc:bug.rc add three due:6/30/2010}; @@ -89,6 +89,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.425.t b/test/bug.425.t index dffbea978..f38ffd214 100755 --- a/test/bug.425.t +++ b/test/bug.425.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', '425.rc') @@ -60,6 +60,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink '425.rc'; ok (!-r '425.rc', 'Removed 425.rc'); diff --git a/test/bug.434.t b/test/bug.434.t index 5f5b56817..457e6c8e9 100755 --- a/test/bug.434.t +++ b/test/bug.434.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -55,6 +55,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.438.t b/test/bug.438.t index a1a3bf668..64a0ae62d 100755 --- a/test/bug.438.t +++ b/test/bug.438.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 11; +use Test::More tests => 13; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -90,6 +90,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.440.t b/test/bug.440.t index 29de56106..d3f4778cd 100755 --- a/test/bug.440.t +++ b/test/bug.440.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 11; # Create the rc file. if (open my $fh, '>', '440.rc') @@ -68,6 +68,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink '440.rc'; ok (!-r '440.rc', 'Removed 440.rc'); diff --git a/test/bug.441.t b/test/bug.441.t index d0fd130be..ef67cd8de 100755 --- a/test/bug.441.t +++ b/test/bug.441.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', '441.rc') @@ -56,6 +56,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink '441.rc'; ok (!-r '441.rc', 'Removed 441.rc'); diff --git a/test/bug.455.t b/test/bug.455.t index a6fb955f4..3b9879b26 100755 --- a/test/bug.455.t +++ b/test/bug.455.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', '455.rc') @@ -59,6 +59,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink '455.rc'; ok (!-r '455.rc', 'Removed 455.rc'); diff --git a/test/bug.480.t b/test/bug.480.t index b1e0fbc62..792e564c4 100755 --- a/test/bug.480.t +++ b/test/bug.480.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 40; +use Test::More tests => 42; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -132,6 +132,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.489.t b/test/bug.489.t index 747a01f75..e08fd7e0a 100755 --- a/test/bug.489.t +++ b/test/bug.489.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -56,6 +56,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.495.t b/test/bug.495.t index 8caa5df87..c1c17e0f0 100755 --- a/test/bug.495.t +++ b/test/bug.495.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -55,6 +55,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.555.t b/test/bug.555.t index 60e4004e9..1eb6b92ef 100755 --- a/test/bug.555.t +++ b/test/bug.555.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -53,6 +53,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.580.t b/test/bug.580.t index d1b264148..df7b482af 100755 --- a/test/bug.580.t +++ b/test/bug.580.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 16; +use Test::More tests => 20; use File::Copy; use constant false => 0; @@ -85,6 +85,12 @@ ok (!-r 'local/undo.data', 'Removed local/undo.data'); unlink 'local/undo.save'; ok (!-r 'local/undo.save', 'Removed local/undo.save'); +unlink 'local/backlog.data'; +ok (!-r 'local/backlog.data', 'Removed local/backlog.data'); + +unlink 'local/synch.key'; +ok (!-r 'local/synch.key', 'Removed local/synch.key'); + unlink 'local.rc'; ok (!-r 'local.rc', 'Removed local.rc'); @@ -97,6 +103,12 @@ ok (!-r 'remote/completed.data', 'Removed remote/completed.data'); unlink 'remote/undo.data'; ok (!-r 'remote/undo.data', 'Removed remote/undo.data'); +unlink 'remote/backlog.data'; +ok (!-r 'remote/backlog.data', 'Removed remote/backlog.data'); + +unlink 'remote/synch.key'; +ok (!-r 'remote/synch.key', 'Removed remote/synch.key'); + unlink 'remote.rc'; ok (!-r 'remote.rc', 'Removed remote.rc'); diff --git a/test/bug.628.t b/test/bug.628.t index 651acc21a..029add699 100755 --- a/test/bug.628.t +++ b/test/bug.628.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -59,6 +59,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.634.t b/test/bug.634.t index 52d24f85b..71b8060c3 100755 --- a/test/bug.634.t +++ b/test/bug.634.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -58,6 +58,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.635.t b/test/bug.635.t index 1625596d4..ae3e23bbb 100755 --- a/test/bug.635.t +++ b/test/bug.635.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -61,6 +61,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.649.t b/test/bug.649.t index bfbdfff4a..fa8805a58 100755 --- a/test/bug.649.t +++ b/test/bug.649.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -59,6 +59,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.656.t b/test/bug.656.t index 76307e6b6..2e3945ec0 100755 --- a/test/bug.656.t +++ b/test/bug.656.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -65,6 +65,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.668.t b/test/bug.668.t index ab0df1ce5..d3e05e250 100755 --- a/test/bug.668.t +++ b/test/bug.668.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 11; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -58,6 +58,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.674.t b/test/bug.674.t index 2cb556cf9..e939a2ebc 100755 --- a/test/bug.674.t +++ b/test/bug.674.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -62,6 +62,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.703.t b/test/bug.703.t index bd7b1a138..4394003f6 100755 --- a/test/bug.703.t +++ b/test/bug.703.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 13; +use Test::More tests => 15; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -70,6 +70,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.708.t b/test/bug.708.t index b5e6b11de..c981ee14f 100755 --- a/test/bug.708.t +++ b/test/bug.708.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 11; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -77,6 +77,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.annotate.t b/test/bug.annotate.t index e8eb774ba..2c168919e 100755 --- a/test/bug.annotate.t +++ b/test/bug.annotate.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'bug_annotate.rc') @@ -57,6 +57,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug_annotate.rc'; ok (!-r 'bug_annotate.rc', 'Removed bug_annotate.rc'); diff --git a/test/bug.annual.t b/test/bug.annual.t index 69758ce87..b12d80c17 100755 --- a/test/bug.annual.t +++ b/test/bug.annual.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 15; +use Test::More tests => 17; # Create the rc file. if (open my $fh, '>', 'annual.rc') @@ -78,6 +78,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'annual.rc'; ok (!-r 'annual.rc', 'Removed annual.rc'); diff --git a/test/bug.before.t b/test/bug.before.t index 0751f72e6..dda46b5bd 100755 --- a/test/bug.before.t +++ b/test/bug.before.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 20; +use Test::More tests => 22; # Create the rc file. if (open my $fh, '>', 'before.rc') @@ -90,6 +90,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'before.rc'; ok (!-r 'before.rc', 'Removed before.rc'); diff --git a/test/bug.bulk.t b/test/bug.bulk.t index ad2d42e54..113541c33 100755 --- a/test/bug.bulk.t +++ b/test/bug.bulk.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 15; +use Test::More tests => 17; # Create the rc file. if (open my $fh, '>', 'bulk.rc') @@ -79,6 +79,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bulk.rc'; ok (!-r 'bulk.rc', 'Removed bulk.rc'); diff --git a/test/bug.c001.t b/test/bug.c001.t index 274efd288..8edc45aa5 100755 --- a/test/bug.c001.t +++ b/test/bug.c001.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -61,6 +61,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/bug.cal.t b/test/bug.cal.t index cfed53401..40cde1310 100755 --- a/test/bug.cal.t +++ b/test/bug.cal.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 32; +use Test::More tests => 34; # Create the rc file. if (open my $fh, '>', 'cal.rc') @@ -113,6 +113,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'cal.rc'; ok (!-r 'cal.rc', 'Removed cal.rc'); diff --git a/test/bug.concat.t b/test/bug.concat.t index bd0156e67..5c3daa911 100755 --- a/test/bug.concat.t +++ b/test/bug.concat.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'bug_concat.rc') @@ -77,6 +77,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug_concat.rc'; ok (!-r 'bug_concat.rc', 'Removed bug_concat.rc'); diff --git a/test/bug.hang.t b/test/bug.hang.t index 480c63ed4..5b73e7e6c 100755 --- a/test/bug.hang.t +++ b/test/bug.hang.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'hang.rc') @@ -82,6 +82,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'hang.rc'; ok (!-r 'hang.rc', 'Removed hang.rc'); diff --git a/test/bug.hasnt.t b/test/bug.hasnt.t index 38f0a69f9..351f39f5b 100755 --- a/test/bug.hasnt.t +++ b/test/bug.hasnt.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 19; +use Test::More tests => 21; # Create the rc file. if (open my $fh, '>', 'hasnt.rc') @@ -96,6 +96,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'hasnt.rc'; ok (!-r 'hasnt.rc', 'Removed hasnt.rc'); diff --git a/test/bug.period.t b/test/bug.period.t index 64f09bf3d..caae74026 100755 --- a/test/bug.period.t +++ b/test/bug.period.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 43; +use Test::More tests => 45; # Create the rc file. if (open my $fh, '>', 'period.rc') @@ -163,6 +163,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'period.rc'; ok (!-r 'period.rc', 'Removed period.rc'); diff --git a/test/bug.range.t b/test/bug.range.t index ca672e763..77f99ba59 100755 --- a/test/bug.range.t +++ b/test/bug.range.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'range.rc') @@ -58,6 +58,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'range.rc'; ok (!-r 'range.rc', 'Removed range.rc'); diff --git a/test/bug.recur.t b/test/bug.recur.t index 019981308..d479a586b 100755 --- a/test/bug.recur.t +++ b/test/bug.recur.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'recur.rc') @@ -54,6 +54,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'recur.rc'; ok (!-r 'recur.rc', 'Removed recur.rc'); diff --git a/test/bug.sort.t b/test/bug.sort.t index 54cbc1959..3d21fa8d1 100755 --- a/test/bug.sort.t +++ b/test/bug.sort.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'bug_sort.rc') @@ -60,6 +60,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug_sort.rc'; ok (!-r 'bug_sort.rc', 'Removed bug_sort.rc'); diff --git a/test/bug.start.extra.t b/test/bug.start.extra.t index bef0147b4..b8ddf153a 100755 --- a/test/bug.start.extra.t +++ b/test/bug.start.extra.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'extra.rc') @@ -55,6 +55,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'extra.rc'; ok (!-r 'extra.rc', 'Removed extra.rc'); diff --git a/test/bug.summary.t b/test/bug.summary.t index a5dad32ea..c86f78091 100755 --- a/test/bug.summary.t +++ b/test/bug.summary.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'summary.rc') @@ -63,6 +63,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'summary.rc'; ok (!-r 'summary.rc', 'Removed summary.rc'); diff --git a/test/bug.uuid.t b/test/bug.uuid.t index fad6f5ffa..03cea7efc 100755 --- a/test/bug.uuid.t +++ b/test/bug.uuid.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'uuid.rc') @@ -91,6 +91,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'uuid.rc'; ok (!-r 'uuid.rc', 'Removed uuid.rc'); diff --git a/test/cal.t b/test/cal.t index 91333fe1e..a52e42d03 100755 --- a/test/cal.t +++ b/test/cal.t @@ -30,7 +30,7 @@ use strict; use warnings; -use Test::More tests => 87; +use Test::More tests => 89; # Create the rc file. if (open my $fh, '>', 'cal.rc') @@ -267,6 +267,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'details.rc'; ok (!-r 'details.rc', 'Removed details.rc'); diff --git a/test/caseless.t b/test/caseless.t index 407c90232..9871616cc 100755 --- a/test/caseless.t +++ b/test/caseless.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 21; +use Test::More tests => 23; # Create the rc file. if (open my $fh, '>', 'caseless.rc') @@ -129,6 +129,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'caseless.rc'; ok (!-r 'caseless.rc', 'Removed caseless.rc'); diff --git a/test/color.active.t b/test/color.active.t index d870f0d8a..e71df8fa4 100755 --- a/test/color.active.t +++ b/test/color.active.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'color.rc') @@ -59,6 +59,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'color.rc'; ok (!-r 'color.rc', 'Removed color.rc'); diff --git a/test/color.blocked.t b/test/color.blocked.t index 742d7f103..98c26242a 100755 --- a/test/color.blocked.t +++ b/test/color.blocked.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'color.rc') @@ -57,6 +57,12 @@ ok (!-r 'pending.data', 'Removed pending.data'); unlink 'completed.data'; ok (!-r 'completed.data', 'Removed completed.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); diff --git a/test/color.deprecated.t b/test/color.deprecated.t index 139deb449..c9bf10566 100755 --- a/test/color.deprecated.t +++ b/test/color.deprecated.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 5; +use Test::More tests => 7; # Create the rc file. if (open my $fh, '>', 'color.rc') @@ -51,6 +51,12 @@ ok (!-r 'pending.data', 'Removed pending.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'color.rc'; ok (!-r 'color.rc', 'Removed color.rc'); diff --git a/test/color.disable.t b/test/color.disable.t index b8dd9869e..6f3e9a4d1 100755 --- a/test/color.disable.t +++ b/test/color.disable.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'color.rc') @@ -55,6 +55,12 @@ ok (!-r 'pending.data', 'Removed pending.data'); unlink 'completed.data'; ok (!-r 'completed.data', 'Removed completed.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); diff --git a/test/color.due.t b/test/color.due.t index e94ae5e89..d9bc136d8 100755 --- a/test/color.due.t +++ b/test/color.due.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'color.rc') @@ -58,6 +58,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'color.rc'; ok (!-r 'color.rc', 'Removed color.rc'); diff --git a/test/color.duetoday.t b/test/color.duetoday.t index 7e5f1fee1..cdf965d72 100755 --- a/test/color.duetoday.t +++ b/test/color.duetoday.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'color.rc') @@ -58,6 +58,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'color.rc'; ok (!-r 'color.rc', 'Removed color.rc'); diff --git a/test/color.keyword.t b/test/color.keyword.t index 5a73a55e9..13c9843d8 100755 --- a/test/color.keyword.t +++ b/test/color.keyword.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 11; # Create the rc file. if (open my $fh, '>', 'color.rc') @@ -68,6 +68,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'color.rc'; ok (!-r 'color.rc', 'Removed color.rc'); diff --git a/test/color.overdue.t b/test/color.overdue.t index fd0b20f43..c96cb517f 100755 --- a/test/color.overdue.t +++ b/test/color.overdue.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'color.rc') @@ -58,6 +58,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'color.rc'; ok (!-r 'color.rc', 'Removed color.rc'); diff --git a/test/color.pri.t b/test/color.pri.t index 13ca36f67..ab63dfe65 100755 --- a/test/color.pri.t +++ b/test/color.pri.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 11; # Create the rc file. if (open my $fh, '>', 'color.rc') @@ -66,6 +66,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'color.rc'; ok (!-r 'color.rc', 'Removed color.rc'); diff --git a/test/color.project.t b/test/color.project.t index 9b4ae0145..97c9400a8 100755 --- a/test/color.project.t +++ b/test/color.project.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'color.rc') @@ -60,6 +60,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'color.rc'; ok (!-r 'color.rc', 'Removed color.rc'); diff --git a/test/color.recurring.t b/test/color.recurring.t index 064255184..cee623e93 100755 --- a/test/color.recurring.t +++ b/test/color.recurring.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'color.rc') @@ -59,6 +59,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'color.rc'; ok (!-r 'color.rc', 'Removed color.rc'); diff --git a/test/color.tag.t b/test/color.tag.t index b89f9dfee..761b06d50 100755 --- a/test/color.tag.t +++ b/test/color.tag.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'color.rc') @@ -64,6 +64,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'color.rc'; ok (!-r 'color.rc', 'Removed color.rc'); diff --git a/test/color.tagged.t b/test/color.tagged.t index cea30bcc4..e2fb4def4 100755 --- a/test/color.tagged.t +++ b/test/color.tagged.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; unlink 'pending.data'; ok (!-r 'pending.data', 'Removed pending.data'); @@ -62,6 +62,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'color.rc'; ok (!-r 'color.rc', 'Removed color.rc'); diff --git a/test/completed.t b/test/completed.t index a3f43f1d8..28390427e 100755 --- a/test/completed.t +++ b/test/completed.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'completed.rc') @@ -60,6 +60,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'completed.rc'; ok (!-r 'completed.rc', 'Removed completed.rc'); diff --git a/test/config.obsolete.t b/test/config.obsolete.t index 321744282..3175a2565 100755 --- a/test/config.obsolete.t +++ b/test/config.obsolete.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'obsolete.rc') @@ -56,6 +56,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'obsolete.rc'; ok (!-r 'obsolete.rc', 'Removed obsolete.rc'); diff --git a/test/confirmation.t b/test/confirmation.t index d30e7a8cf..67777f6ce 100755 --- a/test/confirmation.t +++ b/test/confirmation.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 48; +use Test::More tests => 50; # Create the rc file. if (open my $fh, '>', 'confirm.rc') @@ -137,6 +137,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'response.txt'; ok (!-r 'response.txt', 'Removed response.txt'); diff --git a/test/count.t b/test/count.t index 5a458c85e..dae61044c 100755 --- a/test/count.t +++ b/test/count.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'count.rc') @@ -72,6 +72,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'count.rc'; ok (!-r 'count.rc', 'Removed count.rc'); diff --git a/test/countdown.t b/test/countdown.t index 04cfb416a..8866267a9 100755 --- a/test/countdown.t +++ b/test/countdown.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 85; +use Test::More tests => 87; # Create the rc file. if (open my $fh, '>', 'countdown.rc') @@ -184,6 +184,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'countdown.rc'; ok (!-r 'countdown.rc', 'Removed countdown.rc'); diff --git a/test/custom.columns.t b/test/custom.columns.t index 223030745..b3bed7bc0 100755 --- a/test/custom.columns.t +++ b/test/custom.columns.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'custom.rc') @@ -56,6 +56,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'custom.rc'; ok (!-r 'custom.rc', 'Removed custom.rc'); diff --git a/test/custom.priority_long.t b/test/custom.priority_long.t index ca321c822..053eb92a0 100755 --- a/test/custom.priority_long.t +++ b/test/custom.priority_long.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'pri.rc') @@ -65,6 +65,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'pri.rc'; ok (!-r 'pri.rc', 'Removed pri.rc'); diff --git a/test/custom.recur_ind.t b/test/custom.recur_ind.t index 6ffcb3979..63e1e7cfa 100755 --- a/test/custom.recur_ind.t +++ b/test/custom.recur_ind.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'custom.rc') @@ -64,6 +64,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'custom.rc'; ok (!-r 'custom.rc', 'Removed custom.rc'); diff --git a/test/custom.t b/test/custom.t index f5cbc7a42..0b322f93e 100755 --- a/test/custom.t +++ b/test/custom.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'custom.rc') @@ -62,6 +62,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'custom.rc'; ok (!-r 'custom.rc', 'Removed custom.rc'); diff --git a/test/custom.tag_ind.t b/test/custom.tag_ind.t index 83b20ffe4..f672071d7 100755 --- a/test/custom.tag_ind.t +++ b/test/custom.tag_ind.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'custom.rc') @@ -64,6 +64,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'custom.rc'; ok (!-r 'custom.rc', 'Removed custom.rc'); diff --git a/test/dateformat.t b/test/dateformat.t index 0e815e7a1..96bc9da20 100755 --- a/test/dateformat.t +++ b/test/dateformat.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 15; +use Test::More tests => 17; # Create the rc file. if (open my $fh, '>', 'date1.rc') @@ -79,7 +79,7 @@ $output = qx{../src/task rc:date3.rc list}; like ($output, qr/Thursday 08 April 2010 \(v14\)/, 'date format A D B Y (vV) parsed'); $output = qx{../src/task rc:date3.rc rc.dateformat.report:"D b Y - a" list}; like ($output, qr/08 Apr 2010 - Thu/, 'date format D b Y - a parsed'); - + # Cleanup. unlink 'pending.data'; ok (!-r 'pending.data', 'Removed pending.data'); @@ -90,6 +90,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'date1.rc'; ok (!-r 'date1.rc', 'Removed date1.rc'); diff --git a/test/datesort.t b/test/datesort.t index b3f8d085f..d953531f6 100755 --- a/test/datesort.t +++ b/test/datesort.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'datesort.rc') @@ -66,6 +66,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'datesort.rc'; ok (!-r 'datesort.rc', 'Removed datesort.rc'); diff --git a/test/default.t b/test/default.t index 0c8ea1a7f..0745142bd 100755 --- a/test/default.t +++ b/test/default.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 22; +use Test::More tests => 24; # Create the rc file. if (open my $fh, '>', 'default.rc') @@ -87,6 +87,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'default.rc'; ok (!-r 'default.rc', 'Removed default.rc'); diff --git a/test/delete.t b/test/delete.t index e667080af..5bcb15085 100755 --- a/test/delete.t +++ b/test/delete.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 20; +use Test::More tests => 22; # Create the rc file. if (open my $fh, '>', 'delete.rc') @@ -83,6 +83,12 @@ ok (-r 'undo.data', 'Need to remove undo.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'delete.rc'; ok (!-r 'delete.rc', 'Removed delete.rc'); diff --git a/test/denotate.t b/test/denotate.t index 40ae7713f..21b62d889 100755 --- a/test/denotate.t +++ b/test/denotate.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 30; +use Test::More tests => 32; # Create the rc file. if (open my $fh, '>', 'denotate.rc') @@ -109,6 +109,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'denotate.rc'; ok (!-r 'denotate.rc', 'Removed denotate.rc'); diff --git a/test/dependencies.t b/test/dependencies.t index afc089fbd..d3956c0fc 100755 --- a/test/dependencies.t +++ b/test/dependencies.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 41; +use Test::More tests => 43; # Create the rc file. if (open my $fh, '>', 'dep.rc') @@ -233,6 +233,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'dep.rc'; ok (!-r 'dep.rc', 'Removed dep.rc'); diff --git a/test/due.t b/test/due.t index 4dd9de9b9..3ef7d5176 100755 --- a/test/due.t +++ b/test/due.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 11; # Create the rc file. if (open my $fh, '>', 'due.rc') @@ -74,6 +74,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'due.rc'; ok (!-r 'due.rc', 'Removed due.rc'); diff --git a/test/duplicate.t b/test/duplicate.t index 4a78a6e10..3317f12e6 100755 --- a/test/duplicate.t +++ b/test/duplicate.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 15; +use Test::More tests => 17; # Create the rc file. if (open my $fh, '>', 'dup.rc') @@ -70,6 +70,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'dup.rc'; ok (!-r 'dup.rc', 'Removed dup.rc'); diff --git a/test/enpassant.t b/test/enpassant.t index 52770bf15..23ca19db8 100755 --- a/test/enpassant.t +++ b/test/enpassant.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 13; +use Test::More tests => 15; # Create the rc file. if (open my $fh, '>', 'enp.rc') @@ -63,6 +63,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'enp.rc'; ok (!-r 'enp.rc', 'Removed enp.rc'); diff --git a/test/export.csv.t b/test/export.csv.t index 1df46dbec..5d8f39753 100755 --- a/test/export.csv.t +++ b/test/export.csv.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 11; # Create the rc file. if (open my $fh, '>', 'export.rc') @@ -76,6 +76,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'export.rc'; ok (!-r 'export.rc', 'Removed export.rc'); diff --git a/test/export.yaml.t b/test/export.yaml.t index ae93022cc..939df9d29 100755 --- a/test/export.yaml.t +++ b/test/export.yaml.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 22; +use Test::More tests => 24; # Create the rc file. if (open my $fh, '>', 'export.rc') @@ -80,6 +80,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'export.rc'; ok (!-r 'export.rc', 'Removed export.rc'); diff --git a/test/feature.559.t b/test/feature.559.t index 48896dc22..0a0ce7894 100755 --- a/test/feature.559.t +++ b/test/feature.559.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -58,6 +58,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/feature.608.t b/test/feature.608.t index c75117fcb..75e2af05e 100755 --- a/test/feature.608.t +++ b/test/feature.608.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'bug.rc') @@ -61,6 +61,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'bug.rc'; ok (!-r 'bug.rc', 'Removed bug.rc'); diff --git a/test/feature.exit.t b/test/feature.exit.t index 60103879e..f58db6a7e 100755 --- a/test/feature.exit.t +++ b/test/feature.exit.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'exit.rc') @@ -55,6 +55,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'exit.rc'; ok (!-r 'exit.rc', 'Removed exit.rc'); diff --git a/test/filter-prefix.t b/test/filter-prefix.t index 6e6900237..1e29668c3 100755 --- a/test/filter-prefix.t +++ b/test/filter-prefix.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 61; +use Test::More tests => 63; # Create the rc file. if (open my $fh, '>', 'filter.rc') @@ -128,6 +128,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'filter.rc'; ok (!-r 'filter.rc', 'Removed filter.rc'); diff --git a/test/filter.t b/test/filter.t index 8801323a4..6d24c3d73 100755 --- a/test/filter.t +++ b/test/filter.t @@ -29,7 +29,7 @@ use strict; use warnings; #use Test::More tests => 180; -use Test::More tests => 131; +use Test::More tests => 133; # Create the rc file. if (open my $fh, '>', 'filter.rc') @@ -284,6 +284,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'filter.rc'; ok (!-r 'filter.rc', 'Removed filter.rc'); diff --git a/test/fontunderline.t b/test/fontunderline.t index 9494f99d1..71e766ed0 100755 --- a/test/fontunderline.t +++ b/test/fontunderline.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 13; +use Test::More tests => 15; # Create the rc file. if (open my $fh, '>', 'font.rc') @@ -82,6 +82,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'font.rc'; ok (!-r 'font.rc', 'Removed font.rc'); diff --git a/test/history.annual.t b/test/history.annual.t index 31b5bae96..b50226c1d 100755 --- a/test/history.annual.t +++ b/test/history.annual.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 11; # Create the rc file. if (open my $fh, '>', 'time.rc') @@ -77,6 +77,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'time.rc'; ok (!-r 'time.rc', 'Removed time.rc'); diff --git a/test/history.monthly.t b/test/history.monthly.t index b1432b1ad..9545bb9f8 100755 --- a/test/history.monthly.t +++ b/test/history.monthly.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 11; # Create the rc file. if (open my $fh, '>', 'time.rc') @@ -77,6 +77,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'time.rc'; ok (!-r 'time.rc', 'Removed time.rc'); diff --git a/test/hook.on-exit.t b/test/hook.on-exit.t index c6f7d132d..859ad035a 100755 --- a/test/hook.on-exit.t +++ b/test/hook.on-exit.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'hook.rc') @@ -70,6 +70,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'hook'; ok (!-r 'hook', 'Removed hook'); diff --git a/test/hook.on-launch.t b/test/hook.on-launch.t index 985e10ba9..8c2b5da7a 100755 --- a/test/hook.on-launch.t +++ b/test/hook.on-launch.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'hook.rc') @@ -69,6 +69,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'hook'; ok (!-r 'hook', 'Removed hook'); diff --git a/test/ids.t b/test/ids.t index e53f70b88..a186ea517 100755 --- a/test/ids.t +++ b/test/ids.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'ids.rc') @@ -65,6 +65,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'ids.rc'; ok (!-r 'ids.rc', 'Removed ids.rc'); diff --git a/test/import.143.t b/test/import.143.t index 76ce7e90f..be307d67d 100755 --- a/test/import.143.t +++ b/test/import.143.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'import.rc') @@ -66,6 +66,12 @@ ok (!-r 'pending.data', 'Removed pending.data'); unlink 'completed.data'; ok (!-r 'completed.data', 'Removed completed.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); diff --git a/test/import.150.t b/test/import.150.t index 92c04930f..bc7079bad 100755 --- a/test/import.150.t +++ b/test/import.150.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'import.rc') @@ -66,6 +66,12 @@ ok (!-r 'pending.data', 'Removed pending.data'); unlink 'completed.data'; ok (!-r 'completed.data', 'Removed completed.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); diff --git a/test/import.160.t b/test/import.160.t index 296d9a654..d5561cf10 100755 --- a/test/import.160.t +++ b/test/import.160.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'import.rc') @@ -66,6 +66,12 @@ ok (!-r 'pending.data', 'Removed pending.data'); unlink 'completed.data'; ok (!-r 'completed.data', 'Removed completed.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); diff --git a/test/import.cmd.t b/test/import.cmd.t index 80cfcf705..8a081a136 100755 --- a/test/import.cmd.t +++ b/test/import.cmd.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'import.rc') @@ -68,6 +68,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'import.rc'; ok (!-r 'import.rc', 'Removed import.rc'); diff --git a/test/import.csv.t b/test/import.csv.t index 515f57729..0789ec2e5 100755 --- a/test/import.csv.t +++ b/test/import.csv.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'import.rc') @@ -69,6 +69,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'import.rc'; ok (!-r 'import.rc', 'Removed import.rc'); diff --git a/test/import.todo.t b/test/import.todo.t index 1f56a9c46..d27a738df 100755 --- a/test/import.todo.t +++ b/test/import.todo.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 30; +use Test::More tests => 32; # Create the rc file. if (open my $fh, '>', 'import.rc') @@ -102,6 +102,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'import.rc'; ok (!-r 'import.rc', 'Removed import.rc'); diff --git a/test/import.txt.t b/test/import.txt.t index b4a0d4427..1164f7bbc 100755 --- a/test/import.txt.t +++ b/test/import.txt.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 11; +use Test::More tests => 13; # Create the rc file. if (open my $fh, '>', 'import.rc') @@ -70,6 +70,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'import.rc'; ok (!-r 'import.rc', 'Removed import.rc'); diff --git a/test/import.url.t b/test/import.url.t index 709240fb9..d4680047b 100755 --- a/test/import.url.t +++ b/test/import.url.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'import.rc') @@ -54,6 +54,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'import.rc'; ok (!-r 'import.rc', 'Removed import.rc'); diff --git a/test/import.yaml.t b/test/import.yaml.t index 688a08ca4..02309a44c 100755 --- a/test/import.yaml.t +++ b/test/import.yaml.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 18; +use Test::More tests => 20; # Create the rc file. if (open my $fh, '>', 'import.rc') @@ -135,6 +135,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'import.rc'; ok (!-r 'import.rc', 'Removed import.rc'); diff --git a/test/info.t b/test/info.t index 3584e1986..cda4b4cc4 100755 --- a/test/info.t +++ b/test/info.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 11; +use Test::More tests => 13; # Create the rc file. if (open my $fh, '>', 'info.rc') @@ -64,6 +64,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'info.rc'; ok (!-r 'info.rc', 'Removed info.rc'); diff --git a/test/label.t b/test/label.t index f28a70209..0456eade1 100755 --- a/test/label.t +++ b/test/label.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'custom.rc') @@ -65,6 +65,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'custom.rc'; ok (!-r 'custom.rc', 'Removed custom.rc'); diff --git a/test/limit.t b/test/limit.t index 789f7d928..03e798e0f 100755 --- a/test/limit.t +++ b/test/limit.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 11; # Create the rc file. if (open my $fh, '>', 'limit.rc') @@ -92,6 +92,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'limit.rc'; ok (!-r 'limit.rc', 'Removed limit.rc'); diff --git a/test/list.all.projects.t b/test/list.all.projects.t index 4fad84407..d1591985a 100755 --- a/test/list.all.projects.t +++ b/test/list.all.projects.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 11; +use Test::More tests => 13; # Create the rc file. if (open my $fh, '>', 'projects.rc') @@ -65,6 +65,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'projects.rc'; ok (!-r 'projects.rc', 'Removed projects.rc'); diff --git a/test/list.all.tags.t b/test/list.all.tags.t index 69a49f819..b84858b99 100755 --- a/test/list.all.tags.t +++ b/test/list.all.tags.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 11; +use Test::More tests => 13; # Create the rc file. if (open my $fh, '>', 'tags.rc') @@ -66,6 +66,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'tags.rc'; ok (!-r 'tags.rc', 'Removed tags.rc'); diff --git a/test/log.t b/test/log.t index 240252edb..d689649d4 100755 --- a/test/log.t +++ b/test/log.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 11; # Create the rc file. if (open my $fh, '>', 'log.rc') @@ -57,6 +57,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'log.rc'; ok (!-r 'log.rc', 'Removed log.rc'); diff --git a/test/merge.duplicates.t b/test/merge.duplicates.t index c11ac3e46..c939b4a96 100755 --- a/test/merge.duplicates.t +++ b/test/merge.duplicates.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 45; +use Test::More tests => 53; use File::Copy; use constant false => 0; @@ -181,6 +181,10 @@ unlink 'data1/completed.data'; ok (!-r 'data1/completed.data', 'Removed data1/completed.data'); unlink 'data1/undo.data'; ok (!-r 'data1/undo.data', 'Removed data1/undo.data'); +unlink 'data1/backlog.data'; +ok (!-r 'data1/backlog.data', 'Removed data1/backlog.data'); +unlink 'data1/synch.key'; +ok (!-r 'data1/synch.key', 'Removed data1/synch.key'); unlink 'data2/pending.data'; ok (!-r 'data2/pending.data', 'Removed data2/pending.data'); @@ -188,6 +192,10 @@ unlink 'data2/completed.data'; ok (!-r 'data2/completed.data', 'Removed data2/completed.data'); unlink 'data2/undo.data'; ok (!-r 'data2/undo.data', 'Removed data2/undo.data'); +unlink 'data2/backlog.data'; +ok (!-r 'data2/backlog.data', 'Removed data2/backlog.data'); +unlink 'data2/synch.key'; +ok (!-r 'data2/synch.key', 'Removed data2/synch.key'); unlink 'data3/pending.data'; ok (!-r 'data3/pending.data', 'Removed data3/pending.data'); @@ -195,6 +203,10 @@ unlink 'data3/completed.data'; ok (!-r 'data3/completed.data', 'Removed data3/completed.data'); unlink 'data3/undo.data'; ok (!-r 'data3/undo.data', 'Removed data3/undo.data'); +unlink 'data3/backlog.data'; +ok (!-r 'data3/backlog.data', 'Removed data3/backlog.data'); +unlink 'data3/synch.key'; +ok (!-r 'data3/synch.key', 'Removed data3/synch.key'); unlink 'backup/pending.data'; ok (!-r 'backup/pending.data', 'Removed backup/pending.data'); @@ -202,6 +214,10 @@ unlink 'backup/completed.data'; ok (!-r 'backup/completed.data', 'Removed backup/completed.data'); unlink 'backup/undo.data'; ok (!-r 'backup/undo.data', 'Removed backup/undo.data'); +unlink 'backup/backlog.data'; +ok (!-r 'backup/backlog.data', 'Removed backup/backlog.data'); +unlink 'backup/synch.key'; +ok (!-r 'backup/synch.key', 'Removed backup/synch.key'); unlink '1.rc'; ok (!-r '1.rc', 'Removed 1.rc'); diff --git a/test/merge.t b/test/merge.t index 332f79d8a..b95602125 100755 --- a/test/merge.t +++ b/test/merge.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 41; +use Test::More tests => 45; use File::Copy; use constant false => 0; @@ -237,6 +237,12 @@ ok (!-r 'local/completed.data', 'Removed local/completed.data'); unlink 'local/undo.data'; ok (!-r 'local/undo.data', 'Removed local/undo.data'); +unlink 'local/backlog.data'; +ok (!-r 'local/backlog.data', 'Removed local/backlog.data'); + +unlink 'local/synch.key'; +ok (!-r 'local/synch.key', 'Removed local/synch.key'); + unlink 'local/undo.save'; ok (!-r 'local/undo.save', 'Removed local/undo.save'); @@ -252,6 +258,12 @@ ok (!-r 'remote/completed.data', 'Removed remote/completed.data'); unlink 'remote/undo.data'; ok (!-r 'remote/undo.data', 'Removed remote/undo.data'); +unlink 'remote/backlog.data'; +ok (!-r 'remote/backlog.data', 'Removed remote/backlog.data'); + +unlink 'remote/synch.key'; +ok (!-r 'remote/synch.key', 'Removed remote/synch.key'); + unlink 'remote.rc'; ok (!-r 'remote.rc', 'Removed remote.rc'); diff --git a/test/nag.t b/test/nag.t index 3f1af5d4b..091fe0066 100755 --- a/test/nag.t +++ b/test/nag.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 11; +use Test::More tests => 13; # Create the rc file. if (open my $fh, '>', 'nag.rc') @@ -64,6 +64,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'nag.rc'; ok (!-r 'nag.rc', 'Removed nag.rc'); diff --git a/test/next.t b/test/next.t index c6d70e37f..1f47e16d4 100755 --- a/test/next.t +++ b/test/next.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'next.rc') @@ -60,6 +60,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'next.rc'; ok (!-r 'next.rc', 'Removed next.rc'); diff --git a/test/oldest.t b/test/oldest.t index 2bb78213c..2816839b7 100755 --- a/test/oldest.t +++ b/test/oldest.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 57; +use Test::More tests => 59; # Create the rc file. if (open my $fh, '>', 'oldest.rc') @@ -137,6 +137,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'oldest.rc'; ok (!-r 'oldest.rc', 'Removed oldest.rc'); diff --git a/test/overdue.t b/test/overdue.t index 3b824605c..234f968cd 100755 --- a/test/overdue.t +++ b/test/overdue.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'due.rc') @@ -59,6 +59,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'due.rc'; ok (!-r 'due.rc', 'Removed due.rc'); diff --git a/test/override.t b/test/override.t index 53af8c44e..bf0accf70 100755 --- a/test/override.t +++ b/test/override.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; # Create the rc file. if (open my $fh, '>', 'or.rc') @@ -60,6 +60,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'or.rc'; ok (!-r 'or.rc', 'Removed or.rc'); diff --git a/test/prepend.t b/test/prepend.t index 9643c8f9d..c3eb16458 100755 --- a/test/prepend.t +++ b/test/prepend.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'prepend.rc') @@ -58,6 +58,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'prepend.rc'; ok (!-r 'prepend.rc', 'Removed prepend.rc'); diff --git a/test/pri_sort.t b/test/pri_sort.t index 758e7e4dd..b9605347b 100755 --- a/test/pri_sort.t +++ b/test/pri_sort.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 37; +use Test::More tests => 39; # Create the rc file. if (open my $fh, '>', 'pri.rc') @@ -102,6 +102,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'pri.rc'; ok (!-r 'pri.rc', 'Removed pri.rc'); diff --git a/test/project.t b/test/project.t index f28cfcd6c..ec316d8bc 100755 --- a/test/project.t +++ b/test/project.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 14; +use Test::More tests => 16; # Create the rc file. if (open my $fh, '>', 'pro.rc') @@ -76,6 +76,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'pro.rc'; ok (!-r 'pro.rc', 'Removed pro.rc'); diff --git a/test/recur.limit.t b/test/recur.limit.t index e92fa6276..fe27e27bd 100755 --- a/test/recur.limit.t +++ b/test/recur.limit.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'recur.rc') @@ -60,6 +60,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'recur.rc'; ok (!-r 'recur.rc', 'Removed recur.rc'); diff --git a/test/recur.t b/test/recur.t index 87b8d8890..adeac2d67 100755 --- a/test/recur.t +++ b/test/recur.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'recur.rc') @@ -63,6 +63,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'recur.rc'; ok (!-r 'recur.rc', 'Removed recur.rc'); diff --git a/test/recur.until.t b/test/recur.until.t index d1564211e..524be3a7e 100755 --- a/test/recur.until.t +++ b/test/recur.until.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 12; # Create the rc file. if (open my $fh, '>', 'recur.rc') @@ -62,6 +62,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'recur.rc'; ok (!-r 'recur.rc', 'Removed recur.rc'); diff --git a/test/recur.weekdays.t b/test/recur.weekdays.t index ebd76f5f7..7b107eed8 100755 --- a/test/recur.weekdays.t +++ b/test/recur.weekdays.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; # Create the rc file. if (open my $fh, '>', 'recur.rc') @@ -59,6 +59,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'recur.rc'; ok (!-r 'recur.rc', 'Removed recur.rc'); diff --git a/test/roundtrip.t b/test/roundtrip.t index 6e58e1686..8aaf993f9 100755 --- a/test/roundtrip.t +++ b/test/roundtrip.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'roundtrip.rc') @@ -77,6 +77,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'roundtrip.rc'; ok (!-r 'roundtrip.rc', 'Removed roundtrip.rc'); diff --git a/test/sequence.t b/test/sequence.t index 7ce444376..a3255ea6c 100755 --- a/test/sequence.t +++ b/test/sequence.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 29; +use Test::More tests => 31; # Create the rc file. if (open my $fh, '>', 'seq.rc') @@ -127,6 +127,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'seq.rc'; ok (!-r 'seq.rc', 'Removed seq.rc'); diff --git a/test/shadow.t b/test/shadow.t index fd12d850a..fafea5c18 100755 --- a/test/shadow.t +++ b/test/shadow.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 22; +use Test::More tests => 24; # Create the rc file. if (open my $fh, '>', 'shadow.rc') @@ -79,6 +79,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'shadow.rc'; ok (!-r 'shadow.rc', 'Removed shadow.rc'); diff --git a/test/shell.t b/test/shell.t index 38fa5b79d..808cdc597 100755 --- a/test/shell.t +++ b/test/shell.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'shell.rc') @@ -61,6 +61,12 @@ ok (!-r 'undo.data', 'Removed undo.data'); unlink 'response.txt'; ok (!-r 'response.txt', 'Removed response.txt'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'shell.rc'; ok (!-r 'shell.rc', 'Removed shell.rc'); diff --git a/test/sorting.t b/test/sorting.t index aeaab56f1..e8daeb95d 100755 --- a/test/sorting.t +++ b/test/sorting.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 103; +use Test::More tests => 105; # Create the rc file. if (open my $fh, '>', 'sorting.rc') @@ -188,6 +188,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'sorting.rc'; ok (!-r 'sorting.rc', 'Removed sorting.rc'); diff --git a/test/special.t b/test/special.t index 774a29fd3..811171680 100755 --- a/test/special.t +++ b/test/special.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'special.rc') @@ -66,6 +66,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'special.rc'; ok (!-r 'special.rc', 'Removed special.rc'); diff --git a/test/start.t b/test/start.t index 37e655462..661a09da2 100755 --- a/test/start.t +++ b/test/start.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 25; +use Test::More tests => 27; # Create the rc file. if (open my $fh, '>', 'start.rc') @@ -114,6 +114,12 @@ ok (-r 'undo.data', 'Need to remove undo.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'start.rc'; ok (!-r 'start.rc', 'Removed start.rc'); unlink 'start2.rc'; diff --git a/test/subproject.t b/test/subproject.t index c154bf062..b22ea057a 100755 --- a/test/subproject.t +++ b/test/subproject.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 13; +use Test::More tests => 15; # Create the rc file. if (open my $fh, '>', 'sp.rc') @@ -72,6 +72,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'sp.rc'; ok (!-r 'sp.rc', 'Removed sp.rc'); diff --git a/test/substitute.t b/test/substitute.t index 7cde3f1cc..81008560b 100755 --- a/test/substitute.t +++ b/test/substitute.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 12; +use Test::More tests => 14; # Create the rc file. if (open my $fh, '>', 'subst.rc') @@ -84,6 +84,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'subst.rc'; ok (!-r 'subst.rc', 'Removed subst.rc'); diff --git a/test/tag.t b/test/tag.t index 9a410fcea..a303ce63b 100755 --- a/test/tag.t +++ b/test/tag.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 11; +use Test::More tests => 13; # Create the rc file. if (open my $fh, '>', 'tag.rc') @@ -72,6 +72,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'tag.rc'; ok (!-r 'tag.rc', 'Removed tag.rc'); diff --git a/test/tdb.t.cpp b/test/tdb.t.cpp index d482f2277..8db4ef98d 100644 --- a/test/tdb.t.cpp +++ b/test/tdb.t.cpp @@ -160,9 +160,12 @@ int main (int argc, char** argv) return -2; } + rmdir ("./extensions"); unlink ("./pending.data"); unlink ("./completed.data"); unlink ("./undo.data"); + unlink ("./backlog.data"); + unlink ("./synch.key"); return 0; } diff --git a/test/tdb2.t.cpp b/test/tdb2.t.cpp index b0f21e658..4b0f3e391 100644 --- a/test/tdb2.t.cpp +++ b/test/tdb2.t.cpp @@ -164,9 +164,12 @@ int main (int argc, char** argv) return -2; } + rmdir ("./extensions"); unlink ("./pending.data"); unlink ("./completed.data"); unlink ("./undo.data"); + unlink ("./backlog.data"); + unlink ("./synch.key"); return 0; } diff --git a/test/timesheet.t b/test/timesheet.t index 35469992d..5ebeb1a83 100755 --- a/test/timesheet.t +++ b/test/timesheet.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 11; # Create the rc file. if (open my $fh, '>', 'time.rc') @@ -91,6 +91,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'time.rc'; ok (!-r 'time.rc', 'Removed time.rc'); diff --git a/test/undo.t b/test/undo.t index 5364c0f90..0463b5222 100755 --- a/test/undo.t +++ b/test/undo.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 15; +use Test::More tests => 17; # Create the rc file. if (open my $fh, '>', 'undo.rc') @@ -69,6 +69,12 @@ ok (-r 'undo.data', 'Need to remove undo.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'undo.rc'; ok (!-r 'undo.rc', 'Removed undo.rc'); diff --git a/test/urgency.t b/test/urgency.t index 5d0835ef9..ceb73afbd 100755 --- a/test/urgency.t +++ b/test/urgency.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 50; +use Test::More tests => 51; # Create the rc file. if (open my $fh, '>', 'urgency.rc') @@ -313,6 +313,9 @@ ok (!-r 'undo.data', 'Removed undo.data'); unlink 'backlog.data'; ok (!-r 'backlog.data', 'Removed backlog.data'); +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'urgency.rc'; ok (!-r 'urgency.rc', 'Removed urgency.rc'); diff --git a/test/utf8.t b/test/utf8.t index 4e26090a9..feabd0dbc 100755 --- a/test/utf8.t +++ b/test/utf8.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 10; # Create the rc file. if (open my $fh, '>', 'utf8.rc') @@ -79,6 +79,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'utf8.rc'; ok (!-r 'utf8.rc', 'Removed utf8.rc'); diff --git a/test/wait.t b/test/wait.t index 52c48c4b7..3c2eb0547 100755 --- a/test/wait.t +++ b/test/wait.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 16; +use Test::More tests => 18; # Create the rc file. if (open my $fh, '>', 'wait.rc') @@ -87,6 +87,12 @@ ok (!-r 'completed.data', 'Removed completed.data'); unlink 'undo.data'; ok (!-r 'undo.data', 'Removed undo.data'); +unlink 'backlog.data'; +ok (!-r 'backlog.data', 'Removed backlog.data'); + +unlink 'synch.key'; +ok (!-r 'synch.key', 'Removed synch.key'); + unlink 'wait.rc'; ok (!-r 'wait.rc', 'Removed wait.rc');