Unit Tests
- Removed oboslete test.
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Test::More tests => 23;
|
use Test::More tests => 22;
|
||||||
|
|
||||||
# Ensure environment has no influence.
|
# Ensure environment has no influence.
|
||||||
delete $ENV{'TASKDATA'};
|
delete $ENV{'TASKDATA'};
|
||||||
@@ -100,7 +100,6 @@ if (open my $fh, '>', 'annotate2.rc')
|
|||||||
"report.rrr.sort=id+\n",
|
"report.rrr.sort=id+\n",
|
||||||
"dateformat.annotation=yMD HNS\n";
|
"dateformat.annotation=yMD HNS\n";
|
||||||
close $fh;
|
close $fh;
|
||||||
ok (-r 'annotate2.rc', 'Created annotate2.rc');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$output = qx{../src/task rc:annotate2.rc rrr 2>&1};
|
$output = qx{../src/task rc:annotate2.rc rrr 2>&1};
|
||||||
|
|||||||
Reference in New Issue
Block a user