diff options
author | Aidan Skinner <aidan@apache.org> | 2009-05-26 14:41:05 +0000 |
---|---|---|
committer | Aidan Skinner <aidan@apache.org> | 2009-05-26 14:41:05 +0000 |
commit | cff7f8e8b36ee19947171a36a304eaa98dcccf8a (patch) | |
tree | 17dfde7c706f6b7bfee347d0444ce0ed580e6c1f /qpid/java/java.testprofile | |
parent | 51e4486d1ec5f1a1da44d580cbc2a90bdca16d00 (diff) | |
download | qpid-python-cff7f8e8b36ee19947171a36a304eaa98dcccf8a.tar.gz |
Don't delete derby.log. Use virtualhost-systests.xml for testing purpouses. Minor code cleanup in AlertingTest.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@778723 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/java.testprofile')
-rw-r--r-- | qpid/java/java.testprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/java.testprofile b/qpid/java/java.testprofile index 16d831d02d..d1ec1a0e41 100644 --- a/qpid/java/java.testprofile +++ b/qpid/java/java.testprofile @@ -1,6 +1,6 @@ broker.language=java broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${project.root}/log4j-test.xml -broker.clean=${project.root}/clean-dir ${build.data} ${project.root}/derbyDB ${project.root}/derby.log +broker.clean=${project.root}/clean-dir ${build.data} ${project.root}/derbyDB broker.ready=Qpid Broker Ready test.excludesfile=${project.root}/ExcludeList ${project.root}/XAExcludeList ${project.root}/08ExcludeList-nonvm |