You've already forked lazarus-ccr
* 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:
@ -50,8 +50,8 @@ type
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
const
|
const
|
||||||
FmtNumbersSheet = 'Numbers';
|
FmtNumbersSheet = 'NumbersFormat'; //let's distinguish it from the regular numbers sheet
|
||||||
FmtDateTimesSheet = 'Date/Times';
|
FmtDateTimesSheet = 'DateTimesFormat';
|
||||||
|
|
||||||
// Initialize array with variables that represent the values
|
// Initialize array with variables that represent the values
|
||||||
// we expect to be in the test spreadsheet files.
|
// we expect to be in the test spreadsheet files.
|
||||||
|
Reference in New Issue
Block a user