mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 20:39:24 +02:00
fcl-json: fixed tests
This commit is contained in:
parent
5700cb56ac
commit
08a9b16c82
packages/fcl-json/tests
@ -71,11 +71,6 @@
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="../src"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<UseAnsiStrings Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<UseHeaptrc Value="True"/>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user