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 | d84a5a7e693922fbb18d7db020c28be8471f11e3 (patch) | |
| tree | 0494202c8eccfc275b3ba69d949823429b1badb4 | |
| parent | e5a9bace572937edff916e3d3f2205e3e54fdf05 (diff) | |
| download | qpid-python-d84a5a7e693922fbb18d7db020c28be8471f11e3.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/qpid@814670 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 6c35466cd9..7087473369 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 @@ -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 |
