From cb635c0d6f53ab16d2b923dfbfd030a946fcd13a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 9 Jul 2010 01:01:16 -0400 Subject: [PATCH] Unit Tests - Changed cal.t calendar colors to avoid false assumptions. --- src/tests/cal.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/cal.t b/src/tests/cal.t index ff932ce7e..2669317f1 100755 --- a/src/tests/cal.t +++ b/src/tests/cal.t @@ -157,6 +157,8 @@ if (open my $fh, '>', 'details.rc') "calendar.holidays=full\n", "color=on\n", "color.alternate=\n", + "color.calendar.weekend=\n", + "color.calendar.holidays=black on bright yellow\n", "confirmation=no\n", "holiday.AAAA.name=AAAA\n", "holiday.AAAA.date=20150101\n",