diff options
author | Aidan Skinner <aidan@apache.org> | 2009-04-28 14:04:36 +0000 |
---|---|---|
committer | Aidan Skinner <aidan@apache.org> | 2009-04-28 14:04:36 +0000 |
commit | 7b38772fe85b436624912a02a47f450fea98fcf1 (patch) | |
tree | e10449872feb8b02adea5a4c3262750ae3e77da6 /qpid/java/java.testprofile | |
parent | d7f5a72fd0d0e8e88726e4d409997d2fa940853e (diff) | |
download | qpid-python-7b38772fe85b436624912a02a47f450fea98fcf1.tar.gz |
QPID-1730: add AlertingTest, although not to 010
java.testprofile: Make sure that the broker can always find the log configuration file even if we've used a different directory for the config file
QpidTestCase: expose the file that the output is being written to as a protected variable.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@769406 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 4567db5f28..9581064ae3 100644 --- a/qpid/java/java.testprofile +++ b/qpid/java/java.testprofile @@ -1,5 +1,5 @@ broker.language=java -broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE +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} broker.ready=Qpid Broker Ready |