java: Stop trying to run the deprecated version of binary and compact protocol tests...
authorBryan Duxbury <bryanduxbury@apache.org>
Fri, 26 Mar 2010 05:59:59 +0000 (05:59 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Fri, 26 Mar 2010 05:59:59 +0000 (05:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@927701 13f79535-47bb-0310-9956-ffa450edef68

lib/java/build.xml

index 4cf7c8f..02172fb 100644 (file)
   <target name="deprecated-test" description="Run the non-JUnit test suite" depends="compile-test">
     <java classname="org.apache.thrift.test.JSONProtoTest"
       classpathref="test.classpath" failonerror="true" />
-    <java classname="org.apache.thrift.test.TCompactProtocolTest"
-      classpathref="test.classpath" failonerror="true" />
-    <java classname="org.apache.thrift.test.TBinaryProtocolTest"
-      classpathref="test.classpath" failonerror="true" />
     <java classname="org.apache.thrift.test.IdentityTest"
       classpathref="test.classpath" failonerror="true" />
     <java classname="org.apache.thrift.test.EqualityTest"