[jboss-cvs] JBossRemoting ...

Ron Sigal ron_sigal at yahoo.com
Tue Mar 13 01:40:01 EDT 2007


  User: rsigal  
  Date: 07/03/13 01:40:01

  Modified:    JBossRemoting  Tag: remoting_2_x build.xml
  Log:
  JBREM-654: Removed exclusion of server socket refresh unit tests.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.88.2.11 +2 -2      JBossRemoting/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/build.xml,v
  retrieving revision 1.88.2.10
  retrieving revision 1.88.2.11
  diff -u -b -r1.88.2.10 -r1.88.2.11
  --- build.xml	13 Mar 2007 05:30:49 -0000	1.88.2.10
  +++ build.xml	13 Mar 2007 05:40:01 -0000	1.88.2.11
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.88.2.10 2007/03/13 05:30:49 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.88.2.11 2007/03/13 05:40:01 rsigal Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -691,7 +691,7 @@
                  <exclude name="**/remoting/callback/pull/memory/**/*StoreCallbackTestCase*"/>
                  <exclude name="**/remoting/detection/multicast/*MulticastUnitTestCase*"/>
                  <exclude name="**/remoting/transport/http/compression/*CompressedHTTPInvokerTestCase*"/>
  -               <!--<exclude name="**/remoting/transport/**/ssl/serversocketrefresh/*TestCase*"/>-->
  +               <exclude name="**/remoting/transport/**/ssl/serversocketrefresh/*TestCase*"/>
                  <exclude name="**/remoting/transport/multiplex/*RestartServerTestCase*"/>
                  <!-- having to remove peformance tests as running out of memory failures -->
                  <exclude name="**/remoting/transport/multiplex/**/**Performance*TestCase.class"/>
  
  
  



More information about the jboss-cvs-commits mailing list