java: Convert Binary and Compact protocol tests to JUnit
authorBryan Duxbury <bryanduxbury@apache.org>
Fri, 26 Mar 2010 05:58:34 +0000 (05:58 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Fri, 26 Mar 2010 05:58:34 +0000 (05:58 +0000)
commit98c45872f938eb746186ccb437b9e3a51127e82f
treecab825c83203b5dbd81c88ce438151f91550c143
parent5af1b97173bd8cd2dda9529d441ca68960f5ff61
java: Convert Binary and Compact protocol tests to JUnit

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@927699 13f79535-47bb-0310-9956-ffa450edef68
lib/java/src/org/apache/thrift/protocol/TMessage.java
lib/java/test/org/apache/thrift/protocol/ProtocolTestBase.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/protocol/TestTBinaryProtocol.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/protocol/TestTCompactProtocol.java [moved from lib/java/test/org/apache/thrift/test/TCompactProtocolTest.java with 83% similarity]
lib/java/test/org/apache/thrift/test/ProtocolTestBase.java [deleted file]
lib/java/test/org/apache/thrift/test/TBinaryProtocolTest.java [deleted file]