tests: added test for codetools FindBlockStart

git-svn-id: trunk@33913 -
This commit is contained in:
mattias 2011-12-02 19:50:08 +00:00
parent bfdacf99d4
commit 51ce9975e3
3 changed files with 10 additions and 12 deletions

View File

@ -39,7 +39,7 @@
<PackageName Value="LCL"/>
</Item4>
</RequiredPackages>
<Units Count="12">
<Units Count="13">
<Unit0>
<Filename Value="runtests.lpr"/>
<IsPartOfProject Value="True"/>
@ -100,10 +100,15 @@
<IsPartOfProject Value="True"/>
<UnitName Value="TestCTH2Pas"/>
</Unit11>
<Unit12>
<Filename Value="codetoolstests\teststdcodetools.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="TestStdCodetools"/>
</Unit12>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="10"/>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="bugs;lcltests;codetoolstests"/>
@ -129,12 +134,6 @@
<StackChecks Value="True"/>
</Checks>
</CodeGeneration>
<Linking>
<Debugging>
<GenerateDebugInfo Value="True"/>
<DebugInfoType Value="dsAuto"/>
</Debugging>
</Linking>
<Other>
<CompilerMessages>
<UseMsgFile Value="True"/>

View File

@ -24,9 +24,7 @@ uses
Classes, consoletestrunner,
testglobals, testunits, dom,
{Unit needed to set the LCL version and widget set name}
LCLVersion, InterfaceBase, Interfaces,
// testing codetools
TestCTXMLFixFragments, TestCTRangeScan, TestCTH2Pas, TestCompleteBlock;
LCLVersion, InterfaceBase, Interfaces;
type

View File

@ -30,7 +30,8 @@ uses
TestLpi, BugTestCase,
bug8432, testfileutil, testfileproc,
// codetools
TestBasicCodetools,
TestBasicCodetools, TestCTXMLFixFragments, TestCTRangeScan, TestCTH2Pas,
TestCompleteBlock, TestStdCodetools,
// lcltests
testunicode, testpen, TestPreferredSize
{$IFNDEF NoSemiAutomatedTests}