tests: clean up

git-svn-id: trunk@58045 -
This commit is contained in:
mattias 2018-05-28 13:43:05 +00:00
parent 57f60fc0de
commit 8b80f480f4
3 changed files with 13 additions and 4 deletions

View File

@ -75,7 +75,7 @@ type
FOnChangesList: TStringList;
procedure DoPageCtrlChanged(Sender: TObject);
procedure DoPageCtrlChanging(Sender: TObject; var AllowChange: Boolean);
procedure DoPageCtrlChanging(Sender: TObject; var {%H-}AllowChange: Boolean);
protected
property Form: TForm read FForm;
property PageControl: TTestPage read FPageControl;

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="10"/>
<Version Value="11"/>
<PathDelim Value="\"/>
<General>
<Flags>
@ -22,9 +22,16 @@
</PublishOptions>
<RunParams>
<local>
<FormatVersion Value="1"/>
<LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
</local>
<FormatVersion Value="2"/>
<Modes Count="1">
<Mode0 Name="default">
<local>
<LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
</local>
</Mode0>
</Modes>
</RunParams>
<RequiredPackages Count="6">
<Item1>
@ -54,6 +61,7 @@
<Unit1>
<Filename Value="testlpi.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="TestLpi"/>
</Unit1>
<Unit2>
<Filename Value="testglobals.pas"/>
@ -74,6 +82,7 @@
<Unit6>
<Filename Value="bugtestcase.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="BugTestCase"/>
</Unit6>
<Unit7>
<Filename Value="lcltests\testpen.pas"/>

View File

@ -35,7 +35,7 @@ uses
testpen, TestPreferredSize, TestTextStrings
{$IFNDEF NoSemiAutomatedTests}
// semi-automatic tests
, testpagecontrol, semiautotest, idesemiautotests, lclsemiautotests
, testpagecontrol, idesemiautotests, lclsemiautotests
{$endif}
;