fpspreadsheet: Add missing units to spreadtestcli test suite. Now 642 tests both in cli and gui versions.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3579 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2014-09-18 18:45:16 +00:00
parent abb2847886
commit bf38e66d78
2 changed files with 16 additions and 22 deletions

View File

@ -48,15 +48,8 @@
</Checks>
</CodeGeneration>
<Other>
<Verbosity>
<ShowAllProcsOnError Value="True"/>
</Verbosity>
<WriteFPCLogo Value="False"/>
<CompilerMessages>
<MsgFileName Value=""/>
</CompilerMessages>
<CustomOptions Value="-dDEBUG -dDEBUGCONSOLE -O-1"/>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
</Item2>
@ -76,42 +69,44 @@
<PackageName Value="LCLBase"/>
</Item1>
</RequiredPackages>
<Units Count="7">
<Units Count="9">
<Unit0>
<Filename Value="spreadtestcli.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="spreadtestcli"/>
</Unit0>
<Unit1>
<Filename Value="testdbwriter.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="testdbwriter"/>
</Unit1>
<Unit2>
<Filename Value="datetests.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="datetests"/>
</Unit2>
<Unit3>
<Filename Value="testsutility.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="testsutility"/>
</Unit3>
<Unit4>
<Filename Value="manualtests.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="manualtests"/>
</Unit4>
<Unit5>
<Filename Value="stringtests.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="stringtests"/>
</Unit5>
<Unit6>
<Filename Value="internaltests.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="internaltests"/>
</Unit6>
<Unit7>
<Filename Value="emptycelltests.pas"/>
<IsPartOfProject Value="True"/>
</Unit7>
<Unit8>
<Filename Value="colortests.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="colortests"/>
</Unit8>
</Units>
</ProjectOptions>
<CompilerOptions>
@ -123,18 +118,13 @@
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<OtherUnitFiles Value=".."/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Linking>
<Debugging>
<GenerateDebugInfo Value="False"/>
</Debugging>
</Linking>
<Other>
<CompilerMessages>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Debugging>
<Exceptions Count="5">

View File

@ -9,8 +9,12 @@ uses
xmltestreport {used to get results into XML format},
testregistry,
testdbwriter {used to get results into db},
{the actual tests}
datetests, manualtests, numberstests, stringtests, internaltests,
testsutility, testutils, formattests {the actual tests};
testsutility, testutils, formattests,
colortests, fonttests, optiontests, numformatparsertests, formulatests,
emptycelltests, errortests, virtualmodetests;
const
ShortOpts = 'ac:dhlpr:x';