diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-04-17 13:47:29 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-04-17 13:47:29 +0000 |
| commit | 399cad066cb6a258b455b60e8e4619f6c4f927c3 (patch) | |
| tree | de4d581df99dfae32a3dfe2230d8ff33054a95a6 /java/cpp.sync.testprofile | |
| parent | d421eff48b17b37cb6c9ad226fde22dcc72cb6d4 (diff) | |
| download | qpid-python-399cad066cb6a258b455b60e8e4619f6c4f927c3.tar.gz | |
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
Diffstat (limited to 'java/cpp.sync.testprofile')
| -rw-r--r-- | java/cpp.sync.testprofile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/cpp.sync.testprofile b/java/cpp.sync.testprofile index 44a2d71ea0..75eff23622 100644 --- a/java/cpp.sync.testprofile +++ b/java/cpp.sync.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 no -broker.clean=${build.data} +broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module ${project.root}/../../cppStore/cpp/lib/.libs/libbdbstore.so --store-async no --auth no +broker.clean=${project.root}/clean-dir ${build.data} java.naming.provider.url=${project.root}/test-provider.properties test.excludes=true max_prefetch=1000 -test.excludesfile=${project.root}/010ExcludeList +test.excludesfile=${project.root}/010ExcludeList-store log=info amqj.logging.level=$log root.logging.level=$log |
