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;