Unit Tests

- Now that bulk modifications trigger confirmation properly, the tests
  need to raise bulk=3 to a higher value.
This commit is contained in:
Paul Beckingham
2011-10-15 16:59:34 -04:00
parent a06bba7379
commit 6677dd2104

View File

@@ -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');
}