fcl-json: fixed tests

This commit is contained in:
mattias 2022-05-21 03:31:42 +02:00
parent 5700cb56ac
commit 08a9b16c82
2 changed files with 3 additions and 9 deletions
packages/fcl-json/tests

View File

@ -71,11 +71,6 @@
<SearchPaths>
<OtherUnitFiles Value="../src"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Linking>
<Debugging>
<UseHeaptrc Value="True"/>

View File

@ -1,6 +1,7 @@
unit testjsonreader;
{$mode objfpc}
{$codepage UTF8}
interface
@ -38,10 +39,6 @@ type
Property List : TStrings Read GetList;
end;
{ TTestParser }
{ TTestReader }
{ TBaseTestReader }
TBaseTestReader = class(TTestJSON)
@ -79,6 +76,8 @@ type
procedure TestGarbageFail;
end;
{ TTestReader }
TTestReader = Class(TBaseTestReader)
Private
FReader: TMyJSONReader;