Author: bryanduxbury
Date: Fri Mar 26 05:59:59 2010
New Revision: 927701

URL: http://svn.apache.org/viewvc?rev=927701&view=rev
Log:
java: Stop trying to run the deprecated version of binary and compact protocol 
tests, since they don't exist anymore

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=927701&r1=927700&r2=927701&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/java/build.xml (original)
+++ incubator/thrift/trunk/lib/java/build.xml Fri Mar 26 05:59:59 2010
@@ -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"


Reply via email to