diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2007-10-01 08:49:21 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2007-10-01 08:49:21 +0000 |
| commit | d7bc99dfca05ce5eb8029282c7d09776af2a0f2c (patch) | |
| tree | 219e9f636e789c41a8ca91043381d905ce9c773b /java/client/src/test | |
| parent | cf932af5fb8deac72c82897ccf738b0d280cd6f8 (diff) | |
| download | qpid-python-d7bc99dfca05ce5eb8029282c7d09776af2a0f2c.tar.gz | |
changed kill broker method
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@580891 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/src/test')
| -rw-r--r-- | java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java b/java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java index 2289d81fd1..bd27550387 100644 --- a/java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java +++ b/java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java @@ -109,7 +109,7 @@ public class QpidTestCase extends TestCase _brokerProcess.destroy(); _brokerProcess = null; } - else + else if ( ! _shel.equals(EXT_BROKER)) { TransportConnection.killAllVMBrokers(); } |
