mirror of https://github.com/apache/activemq.git
remove superfluous jira ref in comment
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1422883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5a605c0fea
commit
f65857ae97
|
@ -87,9 +87,7 @@ public class CachedLDAPSecurityLegacyTest extends AbstractLdapTestUnit {
|
|||
Queue queue = sess.createQueue("ADMIN.FOO");
|
||||
|
||||
try {
|
||||
// https://issues.apache.org/jira/browse/AMQ-4213
|
||||
// sync send on producer so it throws
|
||||
MessageProducer producer = sess.createProducer(queue);
|
||||
sess.createProducer(queue);
|
||||
fail("expect auth exception");
|
||||
} catch (JMSException expected) {
|
||||
}
|
||||
|
@ -104,9 +102,7 @@ public class CachedLDAPSecurityLegacyTest extends AbstractLdapTestUnit {
|
|||
Queue queue = sess.createQueue("TEST.FOO,ADMIN.FOO");
|
||||
|
||||
try {
|
||||
// https://issues.apache.org/jira/browse/AMQ-4213
|
||||
// sync send on producer so it throws
|
||||
MessageProducer producer = sess.createProducer(queue);
|
||||
sess.createProducer(queue);
|
||||
fail("expect auth exception");
|
||||
} catch (JMSException expected) {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue