This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new a5dbb01 THRIFT-4864 CI fails at netstd Client: netstd Patch: Jens
Geyer
a5dbb01 is described below
commit a5dbb011fd5682db3406c91d02f17d9d019daa77
Author: Jens Geyer <[email protected]>
AuthorDate: Sat May 11 15:39:57 2019 +0200
THRIFT-4864 CI fails at netstd
Client: netstd
Patch: Jens Geyer
This closes #1798
---
lib/netstd/Tests/Thrift.Tests/Protocols/TJsonProtocolTests.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/netstd/Tests/Thrift.Tests/Protocols/TJsonProtocolTests.cs
b/lib/netstd/Tests/Thrift.Tests/Protocols/TJsonProtocolTests.cs
index a74f42b..970ce7e 100644
--- a/lib/netstd/Tests/Thrift.Tests/Protocols/TJsonProtocolTests.cs
+++ b/lib/netstd/Tests/Thrift.Tests/Protocols/TJsonProtocolTests.cs
@@ -36,7 +36,7 @@ namespace Thrift.Tests.Protocols
[TestMethod]
public void TJSONProtocol_Can_Create_Instance_Test()
{
- var httpClientTransport = Substitute.For<THttpTransport>(new
Uri("http://localhost"), null);
+ var httpClientTransport = Substitute.For<THttpTransport>(new
Uri("http://localhost"), null, null);
var result = new TJSONProtocolWrapper(httpClientTransport);