You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2012/07/02 16:12:04 UTC

svn commit: r1356238 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/stomp/StompSslAuthTest.java

Author: tabish
Date: Mon Jul  2 14:12:01 2012
New Revision: 1356238

URL: http://svn.apache.org/viewvc?rev=1356238&view=rev
Log:
fix fore: https://issues.apache.org/jira/browse/AMQ-3908

Modified:
    activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/stomp/StompSslAuthTest.java

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/stomp/StompSslAuthTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/stomp/StompSslAuthTest.java?rev=1356238&r1=1356237&r2=1356238&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/stomp/StompSslAuthTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/stomp/StompSslAuthTest.java Mon Jul  2 14:12:01 2012
@@ -26,7 +26,7 @@ import javax.net.ssl.SSLSocketFactory;
 
 
 /**
- * 
+ *
  */
 public class StompSslAuthTest extends StompTest {
 
@@ -54,6 +54,9 @@ public class StompSslAuthTest extends St
     }
 
     // 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 St
 
     public void testJMSXUserIDIsSetInStompMessage() throws Exception {
     }
-    
+
     public void testClientSetMessageIdIsIgnored() throws Exception {
     }
 }