From 6e2fb76ac02888879da0bc6aadd62c4178d27c5b 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/qpid@805795 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/qpid/server/logging/SubscriptionLoggingTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'java') diff --git a/java/systests/src/main/java/org/apache/qpid/server/logging/SubscriptionLoggingTest.java b/java/systests/src/main/java/org/apache/qpid/server/logging/SubscriptionLoggingTest.java index d7209c5660..002eadf8a3 100644 --- a/java/systests/src/main/java/org/apache/qpid/server/logging/SubscriptionLoggingTest.java +++ b/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