Unit Tests
- Added specific calendar colors to the rc file used in cal.t, so that the colors in the tests (which are in the old theme) match the new default theme.
This commit is contained in:
@@ -38,6 +38,10 @@ if (open my $fh, '>', 'cal.rc')
|
|||||||
print $fh "data.location=.\n",
|
print $fh "data.location=.\n",
|
||||||
"dateformat=YMD\n",
|
"dateformat=YMD\n",
|
||||||
"color=on\n",
|
"color=on\n",
|
||||||
|
"color.calendar.today=black on cyan\n",
|
||||||
|
"color.calendar.due=black on green\n",
|
||||||
|
"color.calendar.weeknumber=black on white\n",
|
||||||
|
"color.calendar.overdue=black on red\n",
|
||||||
"confirmation=no\n";
|
"confirmation=no\n";
|
||||||
close $fh;
|
close $fh;
|
||||||
ok (-r 'cal.rc', 'Created cal.rc');
|
ok (-r 'cal.rc', 'Created cal.rc');
|
||||||
|
|||||||
Reference in New Issue
Block a user