* 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
This commit is contained in:
bigchimp
2013-12-23 13:39:30 +00:00
parent 018f05324b
commit 75b5c4188f

View File

@ -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.