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

Manik Surtani msurtani at jboss.com
Wed Oct 25 08:49:31 EDT 2006


  User: msurtani
  Date: 06/10/25 08:49:31

  Modified:    tests/functional/org/jboss/cache/loader 
                        TcpCacheLoaderTest.java
  Log:
  JBCACHE-690
  JBCACHE-800
  JBCACHE-810
  
  Revision  Changes    Path
  1.10      +2 -2      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- TcpCacheLoaderTest.java	25 Oct 2006 04:50:19 -0000	1.9
  +++ TcpCacheLoaderTest.java	25 Oct 2006 12:49:31 -0000	1.10
  @@ -8,7 +8,7 @@
    * Tests the TcpDelegatingCacheLoader
    *
    * @author Bela Ban
  - * @version $Id: TcpCacheLoaderTest.java,v 1.9 2006/10/25 04:50:19 bstansberry Exp $
  + * @version $Id: TcpCacheLoaderTest.java,v 1.10 2006/10/25 12:49:31 msurtani Exp $
    */
   public class TcpCacheLoaderTest extends CacheLoaderTestsBase
   {
  @@ -44,7 +44,7 @@
               if (cache_server != null)
               {
                  System.out.println("Stopping TcpCacheServer");
  -               cache_server.stopService();
  +               cache_server.stop();
               }
            }
         });
  
  
  



More information about the jboss-cvs-commits mailing list