summaryrefslogtreecommitdiff
path: root/java/systests/src
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-03-03 14:02:27 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-03-03 14:02:27 +0000
commite954a2147afe343f0cbd9c5522232eda88541594 (patch)
tree25c556d6a32d909dbf20f6200846849008df76c8 /java/systests/src
parenta91e0a19c3ca405b659d21593f433fca692acbec (diff)
downloadqpid-python-e954a2147afe343f0cbd9c5522232eda88541594.tar.gz
QPID-594 QPID-107 Updated Connection missing AMQAuthenticationException problems
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@633088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests/src')
-rw-r--r--java/systests/src/main/java/org/apache/qpid/server/security/acl/SimpleACLTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/server/security/acl/SimpleACLTest.java b/java/systests/src/main/java/org/apache/qpid/server/security/acl/SimpleACLTest.java
index d2c677c8a5..0b0a297726 100644
--- a/java/systests/src/main/java/org/apache/qpid/server/security/acl/SimpleACLTest.java
+++ b/java/systests/src/main/java/org/apache/qpid/server/security/acl/SimpleACLTest.java
@@ -109,6 +109,7 @@ public class SimpleACLTest extends TestCase implements ConnectionListener
if (amqe.getCause() instanceof Exception)
{
System.err.println("QPID-594 : WARNING RACE CONDITION. Unable to determine cause of Connection Failure.");
+ return;
}
assertEquals("Linked Exception Incorrect", JMSException.class, amqe.getCause().getClass());
Exception linked = ((JMSException) amqe.getCause()).getLinkedException();