Unit Tests

- Added null values for color.tagged and color.alternate, for the
  tests it affects.
This commit is contained in:
Paul Beckingham
2010-07-08 22:26:41 -04:00
parent 67fd7e2faa
commit bc46888bcd
4 changed files with 5 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ if (open my $fh, '>', 'due.rc')
"due=4\n",
"color=on\n",
"color.due=red\n",
"color.alternate=\n",
"_forcecolor=on\n",
"dateformat=m/d/Y\n";
close $fh;