From e37656ebe6afe9611cf8ff0ec2e458117d4a129f Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Sat, 15 Nov 2008 14:10:10 +0000 Subject: 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 --- qpid/java/integrationtests/bin/interoptests.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'qpid/java/integrationtests/bin/interoptests.py') 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"], -- cgit v1.2.1