[jboss-cvs] JBossRemoting/src/bin ...

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Sun Jan 21 03:38:32 EST 2007


  User: ovidiu  
  Date: 07/01/21 03:38:32

  Modified:    src/bin  Tag: remoting_2_x runtest
  Log:
  http://jira.jboss.org/jira/browse/JBREM-681
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.16.4  +2 -2      JBossRemoting/src/bin/runtest
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: runtest
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/bin/runtest,v
  retrieving revision 1.4.16.3
  retrieving revision 1.4.16.4
  diff -u -b -r1.4.16.3 -r1.4.16.4
  --- runtest	21 Jan 2007 01:24:51 -0000	1.4.16.3
  +++ runtest	21 Jan 2007 08:38:32 -0000	1.4.16.4
  @@ -1,6 +1,6 @@
   #!/bin/sh
   #
  -# $Id: runtest,v 1.4.16.3 2007/01/21 01:24:51 ovidiu Exp $
  +# $Id: runtest,v 1.4.16.4 2007/01/21 08:38:32 ovidiu Exp $
   #
   # Script that runs a single unit test case and allows to easily attach a debugger to it.
   #
  @@ -10,7 +10,7 @@
   #        -clientdebug starts the JRUnit client VM in debug mode (see ServerLockupTestDriver.java)
   #        -serverddbug starts the JRUnit server VM in debug mode (see ServerLockupTestDriver.java)
   
  -TARGET_CLASS=org.jboss.test.remoting.configuration.client.remote.ClientPingCountTestCase
  +TARGET_CLASS=org.jboss.test.remoting.lease.socket.ClientLeasePeriodTestCase
   
   cygwin=false;
   case "`uname`" in
  
  
  



More information about the jboss-cvs-commits mailing list