You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2012/01/23 16:19:31 UTC

svn commit: r1234849 - /camel/trunk/camel-core/src/test/java/org/apache/camel/impl/PendingExchangesTwoRouteShutdownGracefulTest.java

Author: bvahdat
Date: Mon Jan 23 15:19:30 2012
New Revision: 1234849

URL: http://svn.apache.org/viewvc?rev=1234849&view=rev
Log:
Corrected a comment

Modified:
    camel/trunk/camel-core/src/test/java/org/apache/camel/impl/PendingExchangesTwoRouteShutdownGracefulTest.java

Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/impl/PendingExchangesTwoRouteShutdownGracefulTest.java
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/impl/PendingExchangesTwoRouteShutdownGracefulTest.java?rev=1234849&r1=1234848&r2=1234849&view=diff
==============================================================================
--- camel/trunk/camel-core/src/test/java/org/apache/camel/impl/PendingExchangesTwoRouteShutdownGracefulTest.java (original)
+++ camel/trunk/camel-core/src/test/java/org/apache/camel/impl/PendingExchangesTwoRouteShutdownGracefulTest.java Mon Jan 23 15:19:30 2012
@@ -52,7 +52,7 @@ public class PendingExchangesTwoRouteShu
         bar = bar + "stop";
         context.stop();
 
-        // it should wait as there are 2 inflight exchanges and 8 pending messages left
+        // it should wait as there were 2 inflight exchanges and 8 pending messages left
         assertEquals("Should graceful shutdown", "stopABCDE", foo);
         assertEquals("Should graceful shutdown", "stopABCDE", bar);
     }