Bug #986
- Fixed bug #986, so that the 'info' report uses the correct date format (thanks to Louis-Claude Canon).
This commit is contained in:
@@ -34,7 +34,8 @@ use Test::More tests => 4;
|
||||
if (open my $fh, '>', 'dom.rc')
|
||||
{
|
||||
print $fh "data.location=.\n",
|
||||
"dateformat=YMD\n";
|
||||
"dateformat=YMD\n",
|
||||
"report.info.dateformat=YMD\n";
|
||||
close $fh;
|
||||
ok (-r 'dom.rc', 'Created dom.rc');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user