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
This commit is contained in:
Bryan Duxbury 2010-03-26 05:59:59 +00:00
parent 98c45872f9
commit 61a1ad4d9d

View File

@ -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"