Unit Tests

- Fixed tests that assumed no color.
This commit is contained in:
Paul Beckingham 2011-05-14 16:02:35 -04:00
parent 902ed48243
commit 52599dca63

View file

@ -39,7 +39,8 @@ if (open my $fh, '>', 'annotate.rc')
"confirmation=off\n",
"report.rrr.description=rrr\n",
"report.rrr.columns=id,description\n",
"report.rrr.sort=id+\n";
"report.rrr.sort=id+\n",
"color=off\n";
close $fh;
ok (-r 'annotate.rc', 'Created annotate.rc');
}