diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2014-03-08 14:36:06 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2014-03-08 14:36:06 +0000 |
| commit | 19b2671cbd4af77ac52c222605c09b06cab7ced6 (patch) | |
| tree | 6f650ec2b1ad6bbdd5c64d0a4415b52fa136a41e /qpid/java/systests | |
| parent | 9d32428fce0ff0631319e2eae21081a2f8f19e9b (diff) | |
| download | qpid-python-19b2671cbd4af77ac52c222605c09b06cab7ced6.tar.gz | |
QPID-5611 : Fix other logging to always use the most current event logger held at the broker
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575547 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests')
| -rw-r--r-- | qpid/java/systests/src/main/java/org/apache/qpid/server/logging/VirtualHostLoggingTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/VirtualHostLoggingTest.java b/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/VirtualHostLoggingTest.java index 824a84eda8..25dd5fd2f8 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/VirtualHostLoggingTest.java +++ b/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/VirtualHostLoggingTest.java @@ -69,7 +69,7 @@ public class VirtualHostLoggingTest extends AbstractTestLogging { List<String> vhosts = Arrays.asList("test"); - assertEquals("Each vhost did not create a store.", 2*vhosts.size(), results.size()); + assertEquals("Each vhost did not create a store.", vhosts.size(), results.size()); for (int index = 0; index < results.size(); index++) { |
