From 75b5c4188fe3877423e0972359db6a97f791dd87 Mon Sep 17 00:00:00 2001 From: bigchimp Date: Mon, 23 Dec 2013 13:39:30 +0000 Subject: [PATCH] * Test suite: fix r2863 invalid sheet name (at least when opening with Excel) for formatted text test. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2868 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/fpspreadsheet/tests/formattests.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/fpspreadsheet/tests/formattests.pas b/components/fpspreadsheet/tests/formattests.pas index c2afc0363..b81f0b3cb 100644 --- a/components/fpspreadsheet/tests/formattests.pas +++ b/components/fpspreadsheet/tests/formattests.pas @@ -50,8 +50,8 @@ type implementation const - FmtNumbersSheet = 'Numbers'; - FmtDateTimesSheet = 'Date/Times'; + FmtNumbersSheet = 'NumbersFormat'; //let's distinguish it from the regular numbers sheet + FmtDateTimesSheet = 'DateTimesFormat'; // Initialize array with variables that represent the values // we expect to be in the test spreadsheet files.