Unit Tests

- Correcting more unit tests that made color assumptions that are no
  longer valid.
This commit is contained in:
Paul Beckingham
2010-07-09 00:30:47 -04:00
parent bc46888bcd
commit 8a930653a4
5 changed files with 7 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ if (open my $fh, '>', 'cal.rc')
"color.calendar.due=black on green\n",
"color.calendar.weeknumber=black on white\n",
"color.calendar.overdue=black on red\n",
"color.calendar.weekend=white on bright black\n",
"confirmation=no\n";
close $fh;
ok (-r 'cal.rc', 'Created cal.rc');