mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
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:
parent
98c45872f9
commit
61a1ad4d9d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user