mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
Testing fixes
This commit is contained in:
parent
5d6904991e
commit
2b3051f194
@ -425,9 +425,8 @@ var
|
||||
j: System.JSON.TJSONObject;
|
||||
begin
|
||||
j := nil;
|
||||
evt := TEvent.Create(nil, False, True, 'test');
|
||||
evt := TEvent.Create;
|
||||
try
|
||||
evt.ResetEvent;
|
||||
RESTClient.Async(
|
||||
procedure(Response: IMVCRESTResponse)
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user