[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/loader ...

Manik Surtani msurtani at jboss.com
Wed Oct 25 10:42:27 EDT 2006


  User: msurtani
  Date: 06/10/25 10:42:27

  Modified:    tests/functional/org/jboss/cache/loader 
                        TcpCacheLoaderTest.java
  Log:
  Added sleep time to allow TcpCacheServer a chance to start listening for conns
  
  Revision  Changes    Path
  1.11      +3 -1      JBossCache/tests/functional/org/jboss/cache/loader/TcpCacheLoaderTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TcpCacheLoaderTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/loader/TcpCacheLoaderTest.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- TcpCacheLoaderTest.java	25 Oct 2006 12:49:31 -0000	1.10
  +++ TcpCacheLoaderTest.java	25 Oct 2006 14:42:27 -0000	1.11
  @@ -3,12 +3,13 @@
   import junit.framework.Test;
   import junit.framework.TestSuite;
   import org.jboss.cache.loader.tcp.TcpCacheServer;
  +import org.jboss.cache.misc.TestingUtil;
   
   /**
    * Tests the TcpDelegatingCacheLoader
    *
    * @author Bela Ban
  - * @version $Id: TcpCacheLoaderTest.java,v 1.10 2006/10/25 12:49:31 msurtani Exp $
  + * @version $Id: TcpCacheLoaderTest.java,v 1.11 2006/10/25 14:42:27 msurtani Exp $
    */
   public class TcpCacheLoaderTest extends CacheLoaderTestsBase
   {
  @@ -50,6 +51,7 @@
         });
   
         runner.start();
  +      TestingUtil.sleepThread(500);
      }
   
      public void testPartialLoadAndStore()
  
  
  



More information about the jboss-cvs-commits mailing list