From 6677dd2104ff4c55fb55ce1c7b628f8973a3aa88 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 15 Oct 2011 16:59:34 -0400 Subject: [PATCH] Unit Tests - Now that bulk modifications trigger confirmation properly, the tests need to raise bulk=3 to a higher value. --- test/cal.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cal.t b/test/cal.t index 841965c9c..b8e616d2f 100755 --- a/test/cal.t +++ b/test/cal.t @@ -43,7 +43,8 @@ if (open my $fh, '>', 'cal.rc') "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"; + "confirmation=off\n", + "bulk=10\n"; close $fh; ok (-r 'cal.rc', 'Created cal.rc'); }