mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 04:19:26 +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
packages/fcl-pdf/tests
@ -412,6 +412,8 @@ begin
|
||||
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;
|
||||
const
|
||||
cFontListFile = 'fontlist.txt';
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="9"/>
|
||||
<Version Value="10"/>
|
||||
<General>
|
||||
<Flags>
|
||||
<LRSInOutputDirectory Value="False"/>
|
||||
@ -13,7 +13,6 @@
|
||||
<VersionInfo>
|
||||
<Language Value=""/>
|
||||
<CharSet Value=""/>
|
||||
<StringTable ProductVersion=""/>
|
||||
</VersionInfo>
|
||||
<BuildModes Count="1">
|
||||
<Item1 Name="default" Default="True"/>
|
||||
|
Loading…
Reference in New Issue
Block a user