* 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:
bigchimp
2013-12-23 13:16:32 +00:00
parent 6a4ff4c1c2
commit 93206c37ca
2 changed files with 6 additions and 4 deletions

View File

@ -3,9 +3,11 @@ unit formattests;
{$mode objfpc}{$H+}
interface
//todo: look at getting read tests from existing xls cells
//todo: date/time sheet name is confusing=>already existing date sheet 'Dates'
//todo: add incorrect/out of range values for testing
{ Formatted date/time/number tests
This unit tests writing out to and reading back from files.
Tests that verify reading from an Excel/LibreOffice/OpenOffice file are located in other
units (e.g. datetests).
}
uses
// Not using lazarus package as the user may be working with multiple versions

View File

@ -13,7 +13,7 @@ uses
const
TestFileBIFF8='testbiff8.xls'; //with 1904 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
FormulasSheet = 'Formulas'; //worksheet name
ManualSheet = 'ManualTests'; //worksheet names