git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1356238 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2012-07-02 14:12:01 +00:00
parent 1e18cf2d71
commit e0d264181f
1 changed files with 5 additions and 2 deletions

View File

@ -26,7 +26,7 @@ import javax.net.ssl.SSLSocketFactory;
/**
*
*
*/
public class StompSslAuthTest extends StompTest {
@ -54,6 +54,9 @@ public class StompSslAuthTest extends StompTest {
}
// NOOP - These operations handled by jaas cert login module
public void testSubscribeWithReceiptNotAuthorized() throws Exception {
}
public void testConnectNotAuthenticatedWrongUser() throws Exception {
}
@ -71,7 +74,7 @@ public class StompSslAuthTest extends StompTest {
public void testJMSXUserIDIsSetInStompMessage() throws Exception {
}
public void testClientSetMessageIdIsIgnored() throws Exception {
}
}