mirror of https://github.com/apache/activemq.git
Disable the user id tests for the SSL auth test case. git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@906300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3e022d8262
commit
4bff78d3b4
|
@ -33,8 +33,8 @@ public class StompSslAuthTest extends StompTest {
|
|||
|
||||
protected void setUp() throws Exception {
|
||||
|
||||
// Test mutual authentication on both stomp and standard ssl transports
|
||||
bindAddress = "stomp+ssl://localhost:61612";
|
||||
// Test mutual authentication on both stomp and standard ssl transports
|
||||
bindAddress = "stomp+ssl://localhost:61612";
|
||||
confUri = "xbean:org/apache/activemq/transport/stomp/sslstomp-mutual-auth-broker.xml";
|
||||
jmsUri="ssl://localhost:61617";
|
||||
|
||||
|
@ -66,4 +66,9 @@ public class StompSslAuthTest extends StompTest {
|
|||
public void testSubscribeNotAuthorized() throws Exception {
|
||||
}
|
||||
|
||||
public void testJMSXUserIDIsSetInMessage() throws Exception {
|
||||
}
|
||||
|
||||
public void testJMSXUserIDIsSetInStompMessage() throws Exception {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue