fpspreadsheet: Fix unit tests broken after r7152 (lower-case "d", "m" and "y" date format symbols).

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7322 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2020-01-28 11:32:46 +00:00
parent 07ea73781b
commit 20199c9a4c

View File

@ -223,7 +223,7 @@ begin
end;
with ParserTestData[7] do begin
FormatString := '[$-F400]dd.mm.yy\ hh:mm';
SollFormatString := 'DD.MM.YY\ hh:mm';
SollFormatString := 'dd.mm.yy\ hh:mm';
SollNumFormat := nfCustom;
SollSectionCount := 1;
SollDecimals := 0;