You've already forked lazarus-ccr
* Fix inadvertent change BIFF8=>BIFF5 tests
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2934 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -70,7 +70,7 @@ uses
|
||||
const
|
||||
COLORSHEETNAME='colorsheet'; //for background color tests
|
||||
RPNSHEETNAME='formula_sheet'; //for rpn formula tests
|
||||
OUTPUT_FORMAT = sfExcel5; //change manually if you want to test different formats. To do: automatically output all formats
|
||||
OUTPUT_FORMAT = sfExcel8; //change manually if you want to test different formats. To do: automatically output all formats
|
||||
FALSE_TRUE: array[Boolean] of String = ('FALSE', 'TRUE');
|
||||
|
||||
var
|
||||
|
Reference in New Issue
Block a user