mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1356238 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e18cf2d71
commit
e0d264181f
|
@ -26,7 +26,7 @@ import javax.net.ssl.SSLSocketFactory;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class StompSslAuthTest extends StompTest {
|
public class StompSslAuthTest extends StompTest {
|
||||||
|
|
||||||
|
@ -54,6 +54,9 @@ public class StompSslAuthTest extends StompTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
// NOOP - These operations handled by jaas cert login module
|
// NOOP - These operations handled by jaas cert login module
|
||||||
|
public void testSubscribeWithReceiptNotAuthorized() throws Exception {
|
||||||
|
}
|
||||||
|
|
||||||
public void testConnectNotAuthenticatedWrongUser() throws Exception {
|
public void testConnectNotAuthenticatedWrongUser() throws Exception {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -71,7 +74,7 @@ public class StompSslAuthTest extends StompTest {
|
||||||
|
|
||||||
public void testJMSXUserIDIsSetInStompMessage() throws Exception {
|
public void testJMSXUserIDIsSetInStompMessage() throws Exception {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testClientSetMessageIdIsIgnored() throws Exception {
|
public void testClientSetMessageIdIsIgnored() throws Exception {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue