You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2010/07/13 13:08:35 UTC

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

Author: dejanb
Date: Tue Jul 13 11:08:35 2010
New Revision: 963678

URL: http://svn.apache.org/viewvc?rev=963678&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQ-2817 - prevent test from failing

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=963678&r1=963677&r2=963678&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 Tue Jul 13 11:08:35 2010
@@ -71,4 +71,7 @@ public class StompSslAuthTest extends St
 
     public void testJMSXUserIDIsSetInStompMessage() throws Exception {
     }
+    
+    public void testClientSetMessageIdIsIgnored() throws Exception {
+    }
 }