summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unittests/fpcunitproject.lpi25
-rw-r--r--unittests/fpcunitproject.lpr2
-rw-r--r--unittests/manual_tests/test_visible.lpi17
-rw-r--r--unittests/tests/tctreeview.pas2
4 files changed, 24 insertions, 22 deletions
diff --git a/unittests/fpcunitproject.lpi b/unittests/fpcunitproject.lpi
index 0c07a984..7ae8c1d7 100644
--- a/unittests/fpcunitproject.lpi
+++ b/unittests/fpcunitproject.lpi
@@ -1,20 +1,21 @@
<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
- <PathDelim Value="/"/>
- <Version Value="6"/>
+ <Version Value="9"/>
<General>
<Flags>
<SaveOnlyProjectUnits Value="True"/>
+ <LRSInOutputDirectory Value="False"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
- <IconPath Value="./"/>
- <TargetFileExt Value=""/>
</General>
<VersionInfo>
- <ProjectVersion Value=""/>
+ <StringTable ProductVersion=""/>
</VersionInfo>
+ <BuildModes Count="1">
+ <Item1 Name="default" Default="True"/>
+ </BuildModes>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
@@ -29,7 +30,7 @@
</RunParams>
<RequiredPackages Count="2">
<Item1>
- <PackageName Value="tiOPFfpGUI"/>
+ <PackageName Value="fpgui_toolkit"/>
</Item1>
<Item2>
<PackageName Value="guitestrunner_fpgui"/>
@@ -49,13 +50,17 @@
</Units>
</ProjectOptions>
<CompilerOptions>
- <Version Value="8"/>
+ <Version Value="9"/>
<SearchPaths>
- <OtherUnitFiles Value="tests/"/>
+ <OtherUnitFiles Value="tests"/>
</SearchPaths>
+ <Parsing>
+ <SyntaxOptions>
+ <UseAnsiStrings Value="False"/>
+ </SyntaxOptions>
+ </Parsing>
<Other>
- <CustomOptions Value="-FUunits
-"/>
+ <CustomOptions Value="-FUunits"/>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
diff --git a/unittests/fpcunitproject.lpr b/unittests/fpcunitproject.lpr
index ac45881b..874c89ee 100644
--- a/unittests/fpcunitproject.lpr
+++ b/unittests/fpcunitproject.lpr
@@ -7,7 +7,7 @@ uses
cthreads,
{$ENDIF}{$ENDIF}
Classes,
- fpgfx, fpg_guitestrunner, tcTreeview, tiOPFfpGUI;
+ fpg_base, fpg_main, fpg_guitestrunner, tcTreeview;
procedure MainProc;
diff --git a/unittests/manual_tests/test_visible.lpi b/unittests/manual_tests/test_visible.lpi
index 2c18ebde..5dd32b3c 100644
--- a/unittests/manual_tests/test_visible.lpi
+++ b/unittests/manual_tests/test_visible.lpi
@@ -1,23 +1,25 @@
<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
- <Version Value="7"/>
+ <Version Value="9"/>
<General>
<Flags>
<SaveOnlyProjectUnits Value="True"/>
</Flags>
<SessionStorage Value="None"/>
<MainUnit Value="0"/>
- <TargetFileExt Value=""/>
<Title Value="test_visible"/>
<UseAppBundle Value="False"/>
<ResourceType Value="res"/>
</General>
<VersionInfo>
- <ProjectVersion Value=""/>
<Language Value=""/>
<CharSet Value=""/>
+ <StringTable ProductVersion=""/>
</VersionInfo>
+ <BuildModes Count="1">
+ <Item1 Name="default" Default="True"/>
+ </BuildModes>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
@@ -44,16 +46,11 @@
</Units>
</ProjectOptions>
<CompilerOptions>
- <Version Value="8"/>
+ <Version Value="9"/>
<SearchPaths>
- <IncludeFiles Value="$(ProjOutDir)/"/>
+ <IncludeFiles Value="$(ProjOutDir)"/>
<UnitOutputDirectory Value="units"/>
</SearchPaths>
- <Parsing>
- <SyntaxOptions>
- <UseAnsiStrings Value="True"/>
- </SyntaxOptions>
- </Parsing>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
diff --git a/unittests/tests/tctreeview.pas b/unittests/tests/tctreeview.pas
index 81aece1e..ffce28a9 100644
--- a/unittests/tests/tctreeview.pas
+++ b/unittests/tests/tctreeview.pas
@@ -5,7 +5,7 @@ unit tcTreeview;
interface
uses
- Classes, SysUtils, fpcunit, testregistry, gui_tree;
+ Classes, SysUtils, fpcunit, testregistry, fpg_tree;
type