java: Stop trying to run the deprecated version of binary and compact protocol tests, since they don't exist anymore
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@927701 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/java/build.xml b/lib/java/build.xml
index 4cf7c8f..02172fb 100644
--- a/lib/java/build.xml
+++ b/lib/java/build.xml
@@ -193,10 +193,6 @@
<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"