From 399cad066cb6a258b455b60e8e4619f6c4f927c3 Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Thu, 17 Apr 2008 13:47:29 +0000 Subject: QPID-884 Added cpp profile that does not use a store. Also updated profile for taking auth into account and updated broker.clean as per QPID-904 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@649099 13f79535-47bb-0310-9956-ffa450edef68 --- java/cpp.async.testprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/cpp.async.testprofile') diff --git a/java/cpp.async.testprofile b/java/cpp.async.testprofile index 3dd78c855e..52f1db6d41 100644 --- a/java/cpp.async.testprofile +++ b/java/cpp.async.testprofile @@ -1,10 +1,10 @@ broker.version=0-10 -broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --log-output ${build.data}/broker.log --load-module ${project.root}/../../cppStore/cpp/lib/.libs/libbdbstore.so --store-async yes +broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module ${project.root}/../../cppStore/cpp/lib/.libs/libbdbstore.so --store-async yes --auth no broker.clean=${project.root}/clean-dir ${build.data} java.naming.provider.url=${project.root}/test-provider.properties max_prefetch=1000 test.excludes=true -test.excludesfile=${project.root}/010ExcludeList +test.excludesfile=${project.root}/010ExcludeList-store log=info amqj.logging.level=$log root.logging.level=$log -- cgit v1.2.1