From 1f0ba12b4274d1c8374698be93c8255cb6714990 Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Wed, 19 Aug 2009 13:21:54 +0000 Subject: QPID-2049: close the connection after checking the log file, giving the broker enough time to start and suspend the connection. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@805795 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/qpid/server/logging/SubscriptionLoggingTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qpid/java') diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/SubscriptionLoggingTest.java b/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/SubscriptionLoggingTest.java index d7209c5660..002eadf8a3 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/SubscriptionLoggingTest.java +++ b/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/SubscriptionLoggingTest.java @@ -342,8 +342,6 @@ public class SubscriptionLoggingTest extends AbstractTestLogging _session.commit(); - _connection.close(); - //Validate List results = _monitor.findMatches("SUB-1003"); @@ -396,6 +394,7 @@ public class SubscriptionLoggingTest extends AbstractTestLogging } throw afe; } + _connection.close(); } -- cgit v1.2.1