You've already forked lazarus-ccr
fpspreadsheet: Add unit tests related to hidden cols/rows. Rename unit insertdeletetests to colrowtests.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6642 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -109,7 +109,7 @@
|
|||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
</Unit16>
|
</Unit16>
|
||||||
<Unit17>
|
<Unit17>
|
||||||
<Filename Value="insertdeletetests.pas"/>
|
<Filename Value="colrowtests.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
</Unit17>
|
</Unit17>
|
||||||
<Unit18>
|
<Unit18>
|
||||||
|
@ -14,7 +14,7 @@ uses
|
|||||||
fileformattests, formattests, colortests, fonttests, optiontests,
|
fileformattests, formattests, colortests, fonttests, optiontests,
|
||||||
numformatparsertests, formulatests, rpnFormulaUnit, singleformulatests,
|
numformatparsertests, formulatests, rpnFormulaUnit, singleformulatests,
|
||||||
exceltests, emptycelltests, errortests, virtualmodetests,
|
exceltests, emptycelltests, errortests, virtualmodetests,
|
||||||
insertdeletetests, ssttests, celltypetests, sortingtests, copytests,
|
colrowtests, ssttests, celltypetests, sortingtests, copytests,
|
||||||
enumeratortests, commenttests, hyperlinktests, pagelayouttests, protectiontests;
|
enumeratortests, commenttests, hyperlinktests, pagelayouttests, protectiontests;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
Reference in New Issue
Block a user