Unit Tests

- Corrected verbosity settings to keep filter terms out of results, and
  affecting tests.
This commit is contained in:
Paul Beckingham 2014-06-17 23:20:36 -04:00
parent 43c097e10e
commit 1ca58fad52

View file

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