summaryrefslogtreecommitdiff
path: root/java/cpp.testprofile
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-04-17 13:47:29 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-04-17 13:47:29 +0000
commit399cad066cb6a258b455b60e8e4619f6c4f927c3 (patch)
treede4d581df99dfae32a3dfe2230d8ff33054a95a6 /java/cpp.testprofile
parentd421eff48b17b37cb6c9ad226fde22dcc72cb6d4 (diff)
downloadqpid-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.testprofile')
-rw-r--r--java/cpp.testprofile17
1 files changed, 17 insertions, 0 deletions
diff --git a/java/cpp.testprofile b/java/cpp.testprofile
new file mode 100644
index 0000000000..1613746888
--- /dev/null
+++ b/java/cpp.testprofile
@@ -0,0 +1,17 @@
+broker.version=0-10
+broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --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
+log=info
+amqj.logging.level=$log
+root.logging.level=$log
+log4j.configuration=file://${project.root}/log4j-test.xml
+test.fork=no
+test.mem=512M
+test=*Test
+test1=*Tests
+haltonfailure=no
+haltonerror=no