diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-09-14 14:46:38 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-09-14 14:46:38 +0000 |
| commit | 3bff347ac137aaa284004216c7b857d89668a086 (patch) | |
| tree | cf3da6b05201cc958a4d123a41a1e135b5fb9ae8 /qpid | |
| parent | 1dc1518686b9829d5bb60deb985b4bef74ff786b (diff) | |
| download | qpid-python-3bff347ac137aaa284004216c7b857d89668a086.tar.gz | |
QPID-2099 : Updated QTC now that QPID_PNAME will wrap its value QTC doesn't need to do it aswell.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@814670 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
| -rw-r--r-- | qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java b/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java index 6c35466cd9..7087473369 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java +++ b/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java @@ -447,7 +447,7 @@ public class QpidTestCase extends TestCase env.put("PATH", env.get("PATH").concat(File.pathSeparator + qpidHome + "/bin")); //Add the test name to the broker run. - env.put("QPID_PNAME", "-DPNAME=\"" + _testName + "\""); + env.put("QPID_PNAME", _testName ); env.put("QPID_WORK", System.getProperty("QPID_WORK")); // Add all the environment settings the test requested |
