diff --git a/components/fpspreadsheet/tests/numformatparsertests.pas b/components/fpspreadsheet/tests/numformatparsertests.pas index 53b712918..3162e5174 100644 --- a/components/fpspreadsheet/tests/numformatparsertests.pas +++ b/components/fpspreadsheet/tests/numformatparsertests.pas @@ -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;