diff options
| author | Gordon Sim <gsim@apache.org> | 2007-08-02 07:27:48 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-08-02 07:27:48 +0000 |
| commit | f82721080f12064ba2bd9d43b840dc50855e5b4e (patch) | |
| tree | 816122da3e30d7cfed779a73b2d5837d1c132efc /qpid/java | |
| parent | 08da3f648daf8cd878293e6c0cec36f63bb383d6 (diff) | |
| download | qpid-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')
| -rw-r--r-- | qpid/java/broker/pom.xml | 2 |
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"> |
