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 | 4eaf589b156164e8e1b16cf622a00276f3360866 (patch) | |
tree | 1885d99b75e6cff3d1d0c0179acb75d3802e9a43 /java/integrationtests | |
parent | 7485b52bbd4e395b47eabc47d6e29c155c34c9f7 (diff) | |
download | qpid-python-4eaf589b156164e8e1b16cf622a00276f3360866.tar.gz |
updated version numbers and release notes for M4
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@714267 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/integrationtests')
-rwxr-xr-x | java/integrationtests/bin/interoptests.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/java/integrationtests/bin/interoptests.py b/java/integrationtests/bin/interoptests.py index f5a50fc1eb..128b6da183 100755 --- a/java/integrationtests/bin/interoptests.py +++ b/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"], |