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:
wp_xxyyzz
2018-09-11 08:29:55 +00:00
parent 1b83ede288
commit 5da4eef21a
3 changed files with 423 additions and 113 deletions

View File

@ -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>

View File

@ -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