mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:29:16 +02:00
* Patch from Graeme Geldenhuys to fix failing unit tests
git-svn-id: trunk@36354 -
This commit is contained in:
parent
eec40b3ed0
commit
81b7581bb4
@ -412,6 +412,8 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
{ The fontlist file contains 3 font names, instead of the 5 that should
|
||||||
|
be available. This tests that we only load info of fonts that we need. }
|
||||||
procedure TFPFontCacheListTest.TestLoadFromFile;
|
procedure TFPFontCacheListTest.TestLoadFromFile;
|
||||||
const
|
const
|
||||||
cFontListFile = 'fontlist.txt';
|
cFontListFile = 'fontlist.txt';
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectOptions>
|
<ProjectOptions>
|
||||||
<Version Value="9"/>
|
<Version Value="10"/>
|
||||||
<General>
|
<General>
|
||||||
<Flags>
|
<Flags>
|
||||||
<LRSInOutputDirectory Value="False"/>
|
<LRSInOutputDirectory Value="False"/>
|
||||||
@ -13,7 +13,6 @@
|
|||||||
<VersionInfo>
|
<VersionInfo>
|
||||||
<Language Value=""/>
|
<Language Value=""/>
|
||||||
<CharSet Value=""/>
|
<CharSet Value=""/>
|
||||||
<StringTable ProductVersion=""/>
|
|
||||||
</VersionInfo>
|
</VersionInfo>
|
||||||
<BuildModes Count="1">
|
<BuildModes Count="1">
|
||||||
<Item1 Name="default" Default="True"/>
|
<Item1 Name="default" Default="True"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user