fpspreadsheet: Add sorting test case to spreadtestcli project.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3682 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2014-10-23 19:29:15 +00:00
parent 32fbca7594
commit 118af5e671
2 changed files with 7 additions and 5 deletions

View File

@ -69,7 +69,7 @@
<PackageName Value="LCLBase"/>
</Item1>
</RequiredPackages>
<Units Count="18">
<Units Count="19">
<Unit0>
<Filename Value="spreadtestcli.lpr"/>
<IsPartOfProject Value="True"/>
@ -85,7 +85,6 @@
<Unit3>
<Filename Value="testsutility.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="testsutility"/>
</Unit3>
<Unit4>
<Filename Value="manualtests.pas"/>
@ -126,12 +125,10 @@
<Unit13>
<Filename Value="formulatests.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="formulatests"/>
</Unit13>
<Unit14>
<Filename Value="numformatparsertests.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="numformatparsertests"/>
</Unit14>
<Unit15>
<Filename Value="optiontests.pas"/>
@ -146,6 +143,11 @@
<IsPartOfProject Value="True"/>
<UnitName Value="dbexporttests"/>
</Unit17>
<Unit18>
<Filename Value="sortingtests.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="sortingtests"/>
</Unit18>
</Units>
</ProjectOptions>
<CompilerOptions>

View File

@ -14,7 +14,7 @@ uses
datetests, manualtests, stringtests, internaltests, testsutility, testutils,
formattests, colortests, emptycelltests, insertdeletetests,
errortests, numberstests, fonttests, formulatests, numformatparsertests,
optiontests, virtualmodetests, dbexporttests;
optiontests, virtualmodetests, dbexporttests, sortingtests;
const
ShortOpts = 'ac:dhlpr:x';