From 20199c9a4cabe1b66f357cb7776565a060e0dbb2 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Tue, 28 Jan 2020 11:32:46 +0000 Subject: [PATCH] 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 --- components/fpspreadsheet/tests/numformatparsertests.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;