[jboss-svn-commits] JBL Code SVN: r22907 - labs/jbossesb/workspace/skeagh/runtime/src/test/java/org/jboss/esb/federate/bus/scenario1.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Sep 19 01:59:09 EDT 2008
Author: tfennelly
Date: 2008-09-19 01:59:09 -0400 (Fri, 19 Sep 2008)
New Revision: 22907
Modified:
labs/jbossesb/workspace/skeagh/runtime/src/test/java/org/jboss/esb/federate/bus/scenario1/BusTest.java
Log:
updated comment
Modified: labs/jbossesb/workspace/skeagh/runtime/src/test/java/org/jboss/esb/federate/bus/scenario1/BusTest.java
===================================================================
--- labs/jbossesb/workspace/skeagh/runtime/src/test/java/org/jboss/esb/federate/bus/scenario1/BusTest.java 2008-09-19 05:30:24 UTC (rev 22906)
+++ labs/jbossesb/workspace/skeagh/runtime/src/test/java/org/jboss/esb/federate/bus/scenario1/BusTest.java 2008-09-19 05:59:09 UTC (rev 22907)
@@ -134,7 +134,7 @@
inrouter.sendHello("Hi there!!");
Thread.sleep(300); // Allow the message to be delivered
- // Check that the message has been routed across deployments, from the inrouter
+ // Check that the message has been routed across deployments via the bus... from the inrouter
// to the service instance and then to the outrouter...
assertEquals("Hi there!!", service.getHelloMessage());
assertEquals("Hi there!!", outrouter.getHelloMessage());
More information about the jboss-svn-commits
mailing list