java: stop trying to run the removed UnionTest
authorBryan Duxbury <bryanduxbury@apache.org>
Thu, 22 Apr 2010 00:26:41 +0000 (00:26 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Thu, 22 Apr 2010 00:26:41 +0000 (00:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@936582 13f79535-47bb-0310-9956-ffa450edef68

lib/java/build.xml

index ed55c2f..1afc3cb 100644 (file)
       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"/>