From 1ca58fad52d4d250f1f8a120796ea6975367f130 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 17 Jun 2014 23:20:36 -0400 Subject: [PATCH] Unit Tests - Corrected verbosity settings to keep filter terms out of results, and affecting tests. --- test/cal.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cal.t b/test/cal.t index fec3ef8ae..309c7fa66 100755 --- a/test/cal.t +++ b/test/cal.t @@ -186,7 +186,8 @@ if (open my $fh, '>', 'details.rc') "holiday.BBBBBB.name=BBBBBB\n", "holiday.BBBBBB.date=20150115\n", "holiday.åäö.name=åäö\n", - "holiday.åäö.date=20150125\n"; + "holiday.åäö.date=20150125\n", + "verbose=blank,header,footnote,label,new-id,affected,edit,special,project,sync\n"; close $fh; }