diff options
| author | Aidan Skinner <aidan@apache.org> | 2009-06-26 12:54:53 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2009-06-26 12:54:53 +0000 |
| commit | fa9b863c9085a1397348fb3d5aa563faa54cb213 (patch) | |
| tree | ebfefd5e50233ea2584d83fb8b5f6b50fd00d048 /qpid/java/default.testprofile | |
| parent | 5fcc2582101acaeca738dd4b68dc04718e3b2c2f (diff) | |
| download | qpid-python-fa9b863c9085a1397348fb3d5aa563faa54cb213.tar.gz | |
Put the default test profile back to using MemoryMessageStore for now, add java-derby and config-systests-derby.xml for testing purpouses. Allow the config file to be specified in the test profile, default to config-systests.xml.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@788680 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/default.testprofile')
| -rw-r--r-- | qpid/java/default.testprofile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/default.testprofile b/qpid/java/default.testprofile index 4045e28c7f..acbc31dcbe 100644 --- a/qpid/java/default.testprofile +++ b/qpid/java/default.testprofile @@ -5,6 +5,7 @@ broker.version=0-8 broker=vm broker.clean=${project.root}/clean-dir ${build.data} ${project.root}/build/work/derbyDB broker.ready=Listening on TCP port +broker.config=${project.root}/build/etc/config-systests.xml max_prefetch=1000 @@ -16,7 +17,7 @@ log4j.configuration=file:///${project.root}/log4j-test.xml log4j.debug=false test.excludes=true -test.excludesfile=${project.root}/ExcludeList ${project.root}/XAExcludeList ${project.root}/08ExcludeList +test.excludesfile=${project.root}/ExcludeList ${project.root}/XAExcludeList ${project.root}/08ExcludeList ${project.root}/08ExcludeList-nopersistence test.fork=no test.mem=512M test=*Test |
