summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles/cpp.cluster.testprofile
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-07-17 11:53:43 +0000
committerRafael H. Schloming <rhs@apache.org>2009-07-17 11:53:43 +0000
commit5f7116bbba781af8910a2bed9e842aa2839b3d96 (patch)
treece024e9563fcd500c854cddaf9789acbf0fd668a /qpid/java/test-profiles/cpp.cluster.testprofile
parent242abfa1098bc424fa60907ba79ccb594b8f5601 (diff)
downloadqpid-python-5f7116bbba781af8910a2bed9e842aa2839b3d96.tar.gz
added system properties for controlling the module locations used during test runs; concat all the profile properties together before loading so that more can be shared between profiles; added an @SSL_PORT to the substitutions done by QpidTestCase
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795056 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/cpp.cluster.testprofile')
-rw-r--r--qpid/java/test-profiles/cpp.cluster.testprofile6
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/java/test-profiles/cpp.cluster.testprofile b/qpid/java/test-profiles/cpp.cluster.testprofile
index 9bb5bc6af6..49ddc98f4f 100644
--- a/qpid/java/test-profiles/cpp.cluster.testprofile
+++ b/qpid/java/test-profiles/cpp.cluster.testprofile
@@ -1,5 +1,7 @@
-profile.inherit=cpp
-broker.modules=--load-module ${project.root}/../cpp/src/.libs/cluster.so --cluster-name cpp-java-test-cluster
+include=cpp
+
+broker.modules=--load-module ${broker.module.cluster} --cluster-name cpp-java-test-cluster
+
test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/XAExcludeList ${test.profiles}/010ExcludeList
profile.clustered=true