java: stop trying to run the removed UnionTest

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@936582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bryan Duxbury 2010-04-22 00:26:41 +00:00
parent 0fab12e968
commit 505b4c1e98

View File

@ -209,8 +209,6 @@
classpathref="test.classpath" failonerror="true" />
<java classname="org.apache.thrift.test.JavaBeansTest"
classpathref="test.classpath" failonerror="true" />
<java classname="org.apache.thrift.test.UnionTest"
classpathref="test.classpath" failonerror="true" />
</target>
<target name="test" description="Run the full test suite" depends="junit-test,deprecated-test"/>