You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rg...@apache.org on 2009/10/24 15:30:51 UTC

svn commit: r829363 - /qpid/branches/java-broker-0-10/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/ct/DurableSubscriberTest.java

Author: rgodfrey
Date: Sat Oct 24 13:30:51 2009
New Revision: 829363

URL: http://svn.apache.org/viewvc?rev=829363&view=rev
Log:
Fixed extra chars

Modified:
    qpid/branches/java-broker-0-10/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/ct/DurableSubscriberTest.java

Modified: qpid/branches/java-broker-0-10/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/ct/DurableSubscriberTest.java
URL: http://svn.apache.org/viewvc/qpid/branches/java-broker-0-10/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/ct/DurableSubscriberTest.java?rev=829363&r1=829362&r2=829363&view=diff
==============================================================================
--- qpid/branches/java-broker-0-10/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/ct/DurableSubscriberTest.java (original)
+++ qpid/branches/java-broker-0-10/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/ct/DurableSubscriberTest.java Sat Oct 24 13:30:51 2009
@@ -34,7 +34,7 @@
      * create and register a durable subscriber then close it
      * create a publisher and send a persistant message followed by a non persistant message
      * crash and restart the broker
-     * recreate the durable subscriber and check that only the first message is received                  white st
+     * recreate the durable subscriber and check that only the first message is received
      */
     public void testDurSubRestoredAfterNonPersistentMessageSent() throws Exception
     {



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org