You've already forked lazarus-ccr
* Cosmetic/comments
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2866 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -3,9 +3,11 @@ unit formattests;
|
|||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
//todo: look at getting read tests from existing xls cells
|
{ Formatted date/time/number tests
|
||||||
//todo: date/time sheet name is confusing=>already existing date sheet 'Dates'
|
This unit tests writing out to and reading back from files.
|
||||||
//todo: add incorrect/out of range values for testing
|
Tests that verify reading from an Excel/LibreOffice/OpenOffice file are located in other
|
||||||
|
units (e.g. datetests).
|
||||||
|
}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
// Not using lazarus package as the user may be working with multiple versions
|
// Not using lazarus package as the user may be working with multiple versions
|
||||||
|
@@ -13,7 +13,7 @@ uses
|
|||||||
const
|
const
|
||||||
TestFileBIFF8='testbiff8.xls'; //with 1904 datemode date system
|
TestFileBIFF8='testbiff8.xls'; //with 1904 datemode date system
|
||||||
TestFileBIFF8_1899='testbiff8_1899.xls'; //with 1899/1900 datemode date system
|
TestFileBIFF8_1899='testbiff8_1899.xls'; //with 1899/1900 datemode date system
|
||||||
TestFileManual='testmanual.xls';
|
TestFileManual='testmanual.xls'; //file name for manual checking using external spreadsheet program (Excel/LibreOffice..)
|
||||||
DatesSheet = 'Dates'; //worksheet name
|
DatesSheet = 'Dates'; //worksheet name
|
||||||
FormulasSheet = 'Formulas'; //worksheet name
|
FormulasSheet = 'Formulas'; //worksheet name
|
||||||
ManualSheet = 'ManualTests'; //worksheet names
|
ManualSheet = 'ManualTests'; //worksheet names
|
||||||
|
Reference in New Issue
Block a user