summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles/cpp.noprefetch.testprofile
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-07-14 19:51:03 +0000
committerRafael H. Schloming <rhs@apache.org>2009-07-14 19:51:03 +0000
commitf8615b90193e0493adfb64ed3973797f60727dfc (patch)
treed06e606a496c80401a31e786261fe62609fc8847 /qpid/java/test-profiles/cpp.noprefetch.testprofile
parent2438a3cb8ff3f1f0d52b048ba2475c01119fb37e (diff)
downloadqpid-python-f8615b90193e0493adfb64ed3973797f60727dfc.tar.gz
added support for profile inheritence and refactored profiles to permit convenient overriding of broker location and additional broker arguments
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/cpp.noprefetch.testprofile')
-rw-r--r--qpid/java/test-profiles/cpp.noprefetch.testprofile4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/test-profiles/cpp.noprefetch.testprofile b/qpid/java/test-profiles/cpp.noprefetch.testprofile
index d4cac445da..4e08200e94 100644
--- a/qpid/java/test-profiles/cpp.noprefetch.testprofile
+++ b/qpid/java/test-profiles/cpp.noprefetch.testprofile
@@ -1,4 +1,4 @@
-broker.version=0-10
-broker=${project.root}/../cpp/src/qpidd -p @PORT --data-dir ${build.data}/@PORT -t --load-module ${project.root}/../../cppStore/cpp/lib/.libs/msgstore.so --auth no
+profile.inherit=cpp
+broker.modules=--load-module ${project.root}/../../cppStore/cpp/lib/.libs/msgstore.so
test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList-noPrefetch
max_prefetch=0