summaryrefslogtreecommitdiff
path: root/qpid/java/broker
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-08-02 07:27:48 +0000
committerGordon Sim <gsim@apache.org>2007-08-02 07:27:48 +0000
commitf82721080f12064ba2bd9d43b840dc50855e5b4e (patch)
tree816122da3e30d7cfed779a73b2d5837d1c132efc /qpid/java/broker
parent08da3f648daf8cd878293e6c0cec36f63bb383d6 (diff)
downloadqpid-python-f82721080f12064ba2bd9d43b840dc50855e5b4e.tar.gz
Corrected the list of test exemptions for python tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@562035 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker')
-rw-r--r--qpid/java/broker/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/broker/pom.xml b/qpid/java/broker/pom.xml
index 81c5d22b22..f45795e25b 100644
--- a/qpid/java/broker/pom.xml
+++ b/qpid/java/broker/pom.xml
@@ -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">