summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-09-08 08:29:18 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-09-08 08:29:18 +0000
commitc81c835b7a9189258b06adf516dfc458596b10c0 (patch)
treee501949dedfccccb89a1300f1c3696f60fefb2fe /unittests
parent49177872a8b7c894b4980c263d60b2a5616f51b9 (diff)
downloadfpGUI-c81c835b7a9189258b06adf516dfc458596b10c0.tar.xz
Diffstat (limited to 'unittests')
-rw-r--r--unittests/fpcunitproject.lpi12
-rw-r--r--unittests/fpcunitproject.lpr2
2 files changed, 3 insertions, 11 deletions
diff --git a/unittests/fpcunitproject.lpi b/unittests/fpcunitproject.lpi
index 966bea8d..0c07a984 100644
--- a/unittests/fpcunitproject.lpi
+++ b/unittests/fpcunitproject.lpi
@@ -35,7 +35,7 @@
<PackageName Value="guitestrunner_fpgui"/>
</Item2>
</RequiredPackages>
- <Units Count="3">
+ <Units Count="2">
<Unit0>
<Filename Value="fpcunitproject.lpr"/>
<IsPartOfProject Value="True"/>
@@ -46,21 +46,13 @@
<IsPartOfProject Value="True"/>
<UnitName Value="tcTreeview"/>
</Unit1>
- <Unit2>
- <Filename Value="tests/tcmediatorview.pas"/>
- <IsPartOfProject Value="True"/>
- <UnitName Value="tcMediatorView"/>
- </Unit2>
</Units>
</ProjectOptions>
<CompilerOptions>
- <Version Value="5"/>
+ <Version Value="8"/>
<SearchPaths>
<OtherUnitFiles Value="tests/"/>
</SearchPaths>
- <CodeGeneration>
- <Generate Value="Faster"/>
- </CodeGeneration>
<Other>
<CustomOptions Value="-FUunits
"/>
diff --git a/unittests/fpcunitproject.lpr b/unittests/fpcunitproject.lpr
index b3fcb855..ac45881b 100644
--- a/unittests/fpcunitproject.lpr
+++ b/unittests/fpcunitproject.lpr
@@ -7,7 +7,7 @@ uses
cthreads,
{$ENDIF}{$ENDIF}
Classes,
- fpgfx, fpg_guitestrunner, tcTreeview, tcMediatorView, tiOPFfpGUI;
+ fpgfx, fpg_guitestrunner, tcTreeview, tiOPFfpGUI;
procedure MainProc;