diff options
| author | Alex Rudyy <orudyy@apache.org> | 2014-06-27 12:27:33 +0000 |
|---|---|---|
| committer | Alex Rudyy <orudyy@apache.org> | 2014-06-27 12:27:33 +0000 |
| commit | 34cbf344d36836fa0943787ec3d397d4a5cc8682 (patch) | |
| tree | 8f1c5d6ef62e1057ffa2ecb6583288275aa29812 /qpid/java | |
| parent | 67ec866ca46bdd9950d5ce24bc7f45c305e57321 (diff) | |
| download | qpid-python-34cbf344d36836fa0943787ec3d397d4a5cc8682.tar.gz | |
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
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/systests/src/main/java/org/apache/qpid/server/logging/ConsumerLoggingTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
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<String> results = findMatches(SUB_PREFIX); |
