diff options
author | Rafael H. Schloming <rhs@apache.org> | 2008-11-15 14:10:10 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2008-11-15 14:10:10 +0000 |
commit | e37656ebe6afe9611cf8ff0ec2e458117d4a129f (patch) | |
tree | bcf3ae3128b7f5773295e8706db5bea2c8b64bc5 /qpid/java/integrationtests | |
parent | 9dc730f5533a1288cca4fb6156f53f83c3fec466 (diff) | |
download | qpid-python-e37656ebe6afe9611cf8ff0ec2e458117d4a129f.tar.gz |
updated version numbers and release notes for M4
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@714267 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/integrationtests')
-rwxr-xr-x | qpid/java/integrationtests/bin/interoptests.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qpid/java/integrationtests/bin/interoptests.py b/qpid/java/integrationtests/bin/interoptests.py index f5a50fc1eb..128b6da183 100755 --- a/qpid/java/integrationtests/bin/interoptests.py +++ b/qpid/java/integrationtests/bin/interoptests.py @@ -27,11 +27,11 @@ interop_cases = ["InteropTestCase1DummyRun", "InteropTestCase2BasicP2P", "Intero interop_command = "java -cp %s org.apache.qpid.test.framework.distributedtesting.Coordinator --xml -e interop -o . -n interop org.apache.qpid.interop.testcases.%s" # TODO: read this from the ant properties file -clientlibs = ["qpid-integrationtests-incubating-M3.jar", - "qpid-junit-toolkit-incubating-M3.jar", +clientlibs = ["qpid-integrationtests-incubating-M4.jar", + "qpid-junit-toolkit-incubating-M4.jar", "junit-3.8.1.jar", - "qpid-systests-incubating-M3.jar", - "qpid-junit-toolkit-incubating-M3.jar", + "qpid-systests-incubating-M4.jar", + "qpid-junit-toolkit-incubating-M4.jar", "geronimo-jms_1.1_spec-1.0.jar", "log4j-1.2.12.jar"] @@ -114,7 +114,7 @@ def start_java(javapath): classpath = classpath + javapath+"/lib/qpid-incubating.jar" # Add qpid common since the tests need that, classpath hatefulness - classpath = classpath + ";"+testlibdir+"/qpid-common-incubating-M3.jar" + classpath = classpath + ";"+testlibdir+"/qpid-common-incubating-M4.jar" return Popen(["java", "-cp","\""+classpath+"\"", "org.apache.qpid.test.framework.distributedtesting.TestClient"], |