Author: bryanduxbury
Date: Thu Apr 22 00:26:41 2010
New Revision: 936582
URL: http://svn.apache.org/viewvc?rev=936582&view=rev
Log:
java: stop trying to run the removed UnionTest
Modified:
incubator/thrift/trunk/lib/java/build.xml
Modified: incubator/thrift/trunk/lib/java/build.xml
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/build.xml?rev=936582&r1=936581&r2=936582&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/java/build.xml (original)
+++ incubator/thrift/trunk/lib/java/build.xml Thu Apr 22 00:26:41 2010
@@ -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"/>