diff options
author | Aidan Skinner <aidan@apache.org> | 2009-06-22 14:36:40 +0000 |
---|---|---|
committer | Aidan Skinner <aidan@apache.org> | 2009-06-22 14:36:40 +0000 |
commit | 12c7b374d42189bd180367f78bd3924ece76d699 (patch) | |
tree | 5ed4011560d9b85678901959a245f66cecac7606 /qpid/java/java.testprofile | |
parent | bf3ace9ec0a1c6749963e0c0cf24ddfdfd15a0b3 (diff) | |
download | qpid-python-12c7b374d42189bd180367f78bd3924ece76d699.tar.gz |
Use DerbyMessageStore for config-systests.xml, ensure it's cleaned up
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@787248 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 d1ec1a0e41..592623f066 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 +broker.clean=${project.root}/clean-dir ${build.data} ${project.root}/build/work/derbyDB broker.ready=Qpid Broker Ready test.excludesfile=${project.root}/ExcludeList ${project.root}/XAExcludeList ${project.root}/08ExcludeList-nonvm |