You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2007/08/02 09:27:49 UTC

svn commit: r562035 - /incubator/qpid/trunk/qpid/java/broker/pom.xml

Author: gsim
Date: Thu Aug  2 00:27:48 2007
New Revision: 562035

URL: http://svn.apache.org/viewvc?view=rev&rev=562035
Log:
Corrected the list of test exemptions for python tests.


Modified:
    incubator/qpid/trunk/qpid/java/broker/pom.xml

Modified: incubator/qpid/trunk/qpid/java/broker/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/broker/pom.xml?view=diff&rev=562035&r1=562034&r2=562035
==============================================================================
--- incubator/qpid/trunk/qpid/java/broker/pom.xml (original)
+++ incubator/qpid/trunk/qpid/java/broker/pom.xml Thu Aug  2 00:27:48 2007
@@ -203,7 +203,7 @@
                                     </condition>
 
                                     <property name="command" 
-                                              value="python run-tests -v -I java_failing.txt"/>
+                                              value="python run-tests -v -I java_failing_0-8.txt"/>
                                               <!--value="bash -c 'python run-tests -v -I java_failing.txt'"/>-->
 
                                     <ant antfile="python-test.xml" inheritRefs="true">