commit | 1dd819cd2be36b7cf6d2ee0f729f40e676085fe4 | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | 周四 10月 26 04:56:18 2006 +0000 |
committer | Mark Slee <mcslee@apache.org> | 周四 10月 26 04:56:18 2006 +0000 |
tree | 28f7cfac1b80aade40c70e0fbc116eac572c4fe0 | |
parent | 35ae1c784ceb8e184e4b3ebc7b0a955f426a8fc8 [diff] [blame] |
Bring Thrift test code up to date git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664852 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/java/src/TestClient.java b/test/java/src/TestClient.java index 546265c..7e2e49e 100644 --- a/test/java/src/TestClient.java +++ b/test/java/src/TestClient.java
@@ -69,9 +69,9 @@ } TBinaryProtocol binaryProtocol = - new TBinaryProtocol(); + new TBinaryProtocol(transport, transport); ThriftTest.Client testClient = - new ThriftTest.Client(transport, binaryProtocol); + new ThriftTest.Client(binaryProtocol); long timeMin = 0; long timeMax = 0;