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");
|
Queue queue = sess.createQueue("ADMIN.FOO");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// https://issues.apache.org/jira/browse/AMQ-4213
|
sess.createProducer(queue);
|
||||||
// sync send on producer so it throws
|
|
||||||
MessageProducer producer = sess.createProducer(queue);
|
|
||||||
fail("expect auth exception");
|
fail("expect auth exception");
|
||||||
} catch (JMSException expected) {
|
} catch (JMSException expected) {
|
||||||
}
|
}
|
||||||
|
@ -104,9 +102,7 @@ public class CachedLDAPSecurityLegacyTest extends AbstractLdapTestUnit {
|
||||||
Queue queue = sess.createQueue("TEST.FOO,ADMIN.FOO");
|
Queue queue = sess.createQueue("TEST.FOO,ADMIN.FOO");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// https://issues.apache.org/jira/browse/AMQ-4213
|
sess.createProducer(queue);
|
||||||
// sync send on producer so it throws
|
|
||||||
MessageProducer producer = sess.createProducer(queue);
|
|
||||||
fail("expect auth exception");
|
fail("expect auth exception");
|
||||||
} catch (JMSException expected) {
|
} catch (JMSException expected) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue