From 6ae40dbc575450c40ed7729ac52283d67e8502b8 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 11 Jun 2014 06:20:02 -0400 Subject: [PATCH] Unit Tests - Removed oboslete test. --- test/annotate.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/annotate.t b/test/annotate.t index 771334ee0..5932e9a10 100755 --- a/test/annotate.t +++ b/test/annotate.t @@ -27,7 +27,7 @@ use strict; use warnings; -use Test::More tests => 23; +use Test::More tests => 22; # Ensure environment has no influence. delete $ENV{'TASKDATA'}; @@ -100,7 +100,6 @@ if (open my $fh, '>', 'annotate2.rc') "report.rrr.sort=id+\n", "dateformat.annotation=yMD HNS\n"; close $fh; - ok (-r 'annotate2.rc', 'Created annotate2.rc'); } $output = qx{../src/task rc:annotate2.rc rrr 2>&1};