summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-08-06 09:45:02 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-08-06 09:45:02 +0000
commitb768a317e67d7ea3151c4bd39e99dea3ef9e0286 (patch)
tree252f251e5b901e7d007416c8503e48efd490bd43 /qpid/java
parentb30ea1d1c7bcf7d1f60f4bf0f78920ef5d66beda (diff)
downloadqpid-python-b768a317e67d7ea3151c4bd39e99dea3ef9e0286.tar.gz
QPID-1223 : Now that we are correctly closing all the InVM brokers ChannelCloseTest is failing in the java test profile. This is because this is an InVM only test. This commit ensures it only runs on an InVM test run
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@801578 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/channelclose/ChannelCloseTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/channelclose/ChannelCloseTest.java b/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/channelclose/ChannelCloseTest.java
index 5a4d905b35..eb6adf9b39 100644
--- a/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/channelclose/ChannelCloseTest.java
+++ b/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/channelclose/ChannelCloseTest.java
@@ -59,8 +59,8 @@ public class ChannelCloseTest extends QpidTestCase implements ExceptionListener,
*/
public void testReusingChannelAfterFullClosure() throws Exception
{
- // this is testing an 0.8 conneciton
- if(isBroker08())
+ // this is testing an inVM Connetion conneciton
+ if (isJavaBroker() && !isExternalBroker())
{
_connection=newConnection();