Enhancement

- Clarify the dateformat related variables for 'task information'.
This commit is contained in:
Louis-Claude Canon 2012-05-16 14:42:11 +02:00 committed by Paul Beckingham
parent 84e1d0e7d2
commit ba992a631e
7 changed files with 20 additions and 21 deletions

View file

@ -35,7 +35,7 @@ if (open my $fh, '>', 'dom.rc')
{
print $fh "data.location=.\n",
"dateformat=YMD\n",
"report.info.dateformat=YMD\n";
"dateformat.info=YMD\n";
close $fh;
ok (-r 'dom.rc', 'Created dom.rc');
}