You've already forked lazarus-ccr
fpspreadsheet: Add unit test for moving cells. NOTE: currently there is a fail when moving a cell with relative formula.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8262 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -8,14 +8,13 @@ uses
|
||||
{$IFDEF HEAPTRC}
|
||||
SysUtils,
|
||||
{$ENDIF}
|
||||
Interfaces, Forms, GuiTestRunner, testsutility,
|
||||
datetests, stringtests, numberstests, manualtests, internaltests, mathtests,
|
||||
fileformattests, formattests, colortests, fonttests, optiontests,
|
||||
conditionalformattests,
|
||||
Interfaces, Forms, GuiTestRunner, testsutility, datetests, stringtests,
|
||||
numberstests, manualtests, internaltests, mathtests, fileformattests,
|
||||
formattests, colortests, fonttests, optiontests, conditionalformattests,
|
||||
numformatparsertests, formulatests, rpnFormulaUnit, singleformulatests,
|
||||
exceltests, emptycelltests, errortests, virtualmodetests,
|
||||
colrowtests, ssttests, celltypetests, sortingtests, copytests,
|
||||
enumeratortests, commenttests, hyperlinktests, pagelayouttests, protectiontests;
|
||||
exceltests, emptycelltests, errortests, virtualmodetests, colrowtests,
|
||||
ssttests, celltypetests, sortingtests, copytests, movetests, enumeratortests,
|
||||
commenttests, hyperlinktests, pagelayouttests, protectiontests;
|
||||
|
||||
begin
|
||||
{$IFDEF HEAPTRC}
|
||||
|
Reference in New Issue
Block a user