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:
parent
07ea73781b
commit
20199c9a4c
@ -223,7 +223,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
with ParserTestData[7] do begin
|
with ParserTestData[7] do begin
|
||||||
FormatString := '[$-F400]dd.mm.yy\ hh:mm';
|
FormatString := '[$-F400]dd.mm.yy\ hh:mm';
|
||||||
SollFormatString := 'DD.MM.YY\ hh:mm';
|
SollFormatString := 'dd.mm.yy\ hh:mm';
|
||||||
SollNumFormat := nfCustom;
|
SollNumFormat := nfCustom;
|
||||||
SollSectionCount := 1;
|
SollSectionCount := 1;
|
||||||
SollDecimals := 0;
|
SollDecimals := 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user