mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-02 14:38:34 +02:00
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:
parent
b3f3261190
commit
25db00e97d
1 changed files with 10 additions and 6 deletions
|
@ -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');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue