From 34cbf344d36836fa0943787ec3d397d4a5cc8682 Mon Sep 17 00:00:00 2001 From: Alex Rudyy Date: Fri, 27 Jun 2014 12:27:33 +0000 Subject: QPID-5857: Strengthen test ConsumerLoggingTest.testSubscriptionCreateQueueBrowser by collecting operational logs after browser subscription is closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1606053 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/qpid/server/logging/ConsumerLoggingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java') diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/ConsumerLoggingTest.java b/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/ConsumerLoggingTest.java index db6da6f739..2a33624e11 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/ConsumerLoggingTest.java +++ b/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/ConsumerLoggingTest.java @@ -173,7 +173,7 @@ public class ConsumerLoggingTest extends AbstractTestLogging browser.getEnumeration(); //Validate //Ensure that we wait for the SUB log message - waitAndFindMatches("SUB-1001"); + waitAndFindMatches("SUB-1002"); List results = findMatches(SUB_PREFIX); -- cgit v1.2.1