THRIFT-5438 Inconsistent handling of exceptions during message read vs. message write phase
Client: Delphi
Patch: Jens Geyer
diff --git a/lib/delphi/test/TestClient.pas b/lib/delphi/test/TestClient.pas
index c8d3fc2..df0b4c5 100644
--- a/lib/delphi/test/TestClient.pas
+++ b/lib/delphi/test/TestClient.pas
@@ -53,7 +53,6 @@
Thrift.Test,
Thrift.WinHTTP,
Thrift.Utils,
-
Thrift.Configuration,
Thrift.Collections;
diff --git a/lib/delphi/test/client.dproj b/lib/delphi/test/client.dproj
index 8df93a0..c57424d 100644
--- a/lib/delphi/test/client.dproj
+++ b/lib/delphi/test/client.dproj
@@ -142,9 +142,7 @@
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
- <Parameters>
- <Parameters Name="RunParams"> --transport=framed --transport=winhttp --host=example.org --port=80</Parameters>
- </Parameters>
+ <Parameters/>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>