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:
@@ -43,7 +43,8 @@ if (open my $fh, '>', 'cal.rc')
|
|||||||
"color.calendar.weeknumber=black on white\n",
|
"color.calendar.weeknumber=black on white\n",
|
||||||
"color.calendar.overdue=black on red\n",
|
"color.calendar.overdue=black on red\n",
|
||||||
"color.calendar.weekend=white on bright black\n",
|
"color.calendar.weekend=white on bright black\n",
|
||||||
"confirmation=no\n";
|
"confirmation=off\n",
|
||||||
|
"bulk=10\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