summaryrefslogtreecommitdiff
path: root/java/systests/src/main
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-05-05 12:26:26 +0000
committerRobert Gemmell <robbie@apache.org>2013-05-05 12:26:26 +0000
commitbdf3d062c2eaaf486e8b236820eaecf7ef70043d (patch)
tree164bf20691cdb5db1b790e934ff9d319f826871f /java/systests/src/main
parent353085ee23659f08e91e98ce107db38f744454cb (diff)
downloadqpid-python-bdf3d062c2eaaf486e8b236820eaecf7ef70043d.tar.gz
QPID-4815: make BrokerOptions the primary source of the location for the logging configuration file
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1479309 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests/src/main')
-rwxr-xr-xjava/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java b/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java
index c14c724419..e61efd3e32 100755
--- a/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java
+++ b/java/systests/src/main/java/org/apache/qpid/test/utils/QpidBrokerTestCase.java
@@ -475,7 +475,7 @@ public class QpidBrokerTestCase extends QpidTestCase
//Set the log config file, relying on the log4j.configuration system property
//set on the JVM by the JUnit runner task in module.xml.
- options.setLogConfigFile(_logConfigFile.getAbsolutePath());
+ options.setLogConfigFileLocation(_logConfigFile.getAbsolutePath());
Broker broker = new Broker();
_logger.info("Starting internal broker (same JVM)");