mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 08:39:41 +01:00
tests: clean up
git-svn-id: trunk@58045 -
This commit is contained in:
parent
57f60fc0de
commit
8b80f480f4
@ -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;
|
||||
|
||||
@ -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"/>
|
||||
|
||||
@ -35,7 +35,7 @@ uses
|
||||
testpen, TestPreferredSize, TestTextStrings
|
||||
{$IFNDEF NoSemiAutomatedTests}
|
||||
// semi-automatic tests
|
||||
, testpagecontrol, semiautotest, idesemiautotests, lclsemiautotests
|
||||
, testpagecontrol, idesemiautotests, lclsemiautotests
|
||||
{$endif}
|
||||
;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user