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

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Wed Jan 24 21:51:43 EST 2007


  User: ovidiu  
  Date: 07/01/24 21:51:43

  Modified:    src/bin  Tag: remoting_2_x runtest
  Log:
  fixed http://jira.jboss.org/jira/browse/JBREM-689; not added test cases though because I couldn't figure how to use existing CallbackTestCase
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.16.5  +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.4
  retrieving revision 1.4.16.5
  diff -u -b -r1.4.16.4 -r1.4.16.5
  --- runtest	21 Jan 2007 08:38:32 -0000	1.4.16.4
  +++ runtest	25 Jan 2007 02:51:43 -0000	1.4.16.5
  @@ -1,6 +1,6 @@
   #!/bin/sh
   #
  -# $Id: runtest,v 1.4.16.4 2007/01/21 08:38:32 ovidiu Exp $
  +# $Id: runtest,v 1.4.16.5 2007/01/25 02:51:43 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.lease.socket.ClientLeasePeriodTestCase
  +TARGET_CLASS=org.jboss.test.remoting.callback.exception.CallbackTestCase
   
   cygwin=false;
   case "`uname`" in
  
  
  



More information about the jboss-cvs-commits mailing list