[Jboss-cvs] JBoss Messaging SVN: r1306 - in branches/Branch_1_0: . tests/src/org/jboss/test/messaging/jms tests/src/org/jboss/test/messaging/jms/crash

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 18 15:25:03 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-09-18 15:25:00 -0400 (Mon, 18 Sep 2006)
New Revision: 1306

Modified:
   branches/Branch_1_0/messaging.ipr
   branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/CreateTwoClientOnServerCommand.java
   branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/crash/ClientCrashTwoConnectionsTest.java
Log:
minor reformatting

Modified: branches/Branch_1_0/messaging.ipr
===================================================================
--- branches/Branch_1_0/messaging.ipr	2006-09-18 19:24:01 UTC (rev 1305)
+++ branches/Branch_1_0/messaging.ipr	2006-09-18 19:25:00 UTC (rev 1306)
@@ -188,6 +188,7 @@
   <component name="ProjectModuleManager">
     <modules>
       <module fileurl="file://$PROJECT_DIR$/messaging.iml" filepath="$PROJECT_DIR$/messaging.iml" />
+      <module fileurl="file://C:/work/playground/jms/messaging/mdb/messaging-mdb.iml" filepath="C:/work/playground/jms/messaging/mdb/messaging-mdb.iml" />
       <module fileurl="file://C:/work/playground/jms/messaging/topic/topic.iml" filepath="C:/work/playground/jms/messaging/topic/topic.iml" />
     </modules>
   </component>

Modified: branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/CreateTwoClientOnServerCommand.java
===================================================================
--- branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/CreateTwoClientOnServerCommand.java	2006-09-18 19:24:01 UTC (rev 1305)
+++ branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/CreateTwoClientOnServerCommand.java	2006-09-18 19:25:00 UTC (rev 1306)
@@ -87,7 +87,7 @@
 	      arrays[0] = ((JBossConnection)conn1).getRemotingClientSessionId();
 	      arrays[1] = ((JBossConnection)conn2).getRemotingClientSessionId();
 
-	      //Return the remoting client session id for the connection
+	      // Return the remoting client session id for the connection
 	      return arrays;      
 	   }
 

Modified: branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/crash/ClientCrashTwoConnectionsTest.java
===================================================================
--- branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/crash/ClientCrashTwoConnectionsTest.java	2006-09-18 19:24:01 UTC (rev 1305)
+++ branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/crash/ClientCrashTwoConnectionsTest.java	2006-09-18 19:25:00 UTC (rev 1306)
@@ -41,7 +41,7 @@
  * A ClientCrashTest.
  * 
  * @author <a href="tim.fox at jboss.com">Tim Fox</a>
-* @author <a href="clebert.suconic at jboss.com">Clebert Suconic</a>
+ * @author <a href="clebert.suconic at jboss.com">Clebert Suconic</a>
  * @version 1.1
  *
  * $Id$
@@ -113,7 +113,7 @@
       
       ConnectionFactory cf = (ConnectionFactory)ic.lookup("/ConnectionFactory");
       
-      CreateTwoClientOnServerCommand command = new CreateTwoClientOnServerCommand(cf,topic, true);
+      CreateTwoClientOnServerCommand command = new CreateTwoClientOnServerCommand(cf, topic, true);
       
       String remotingSessionId[] = (String[])remoteServer.executeCommand(command);
       




More information about the jboss-cvs-commits mailing list