From 82180418279a59fb61e07a23174ead16d3c22283 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Thu, 1 Oct 2009 08:42:06 +0000 Subject: QPID-2121 : Correctly set the broker properties for the test, rather than using the currently defined System value. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@820573 13f79535-47bb-0310-9956-ffa450edef68 --- .../systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java b/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java index 4ca00cbdcc..0f2a6cdca0 100644 --- a/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java +++ b/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java @@ -507,7 +507,7 @@ public class QpidTestCase extends TestCase { for (String key : _propertiesSetForBroker.keySet()) { - QPID_OPTS += "-D" + key + "=" + System.getProperty(key) + " "; + QPID_OPTS += "-D" + key + "=" + _propertiesSetForBroker.get(key) + " "; } if (env.containsKey("QPID_OPTS")) -- cgit v1.2.1