[jboss-cvs] JBossCache/tests/perf/org/jboss/cache/manualtests ...

Brian Stansberry brian.stansberry at jboss.com
Thu Oct 26 15:30:21 EDT 2006


  User: bstansberry
  Date: 06/10/26 15:30:21

  Modified:    tests/perf/org/jboss/cache/manualtests 
                        TcpCacheLoaderTest.java
  Log:
  Make cache loader Config classes top level classes
  
  Revision  Changes    Path
  1.3       +2 -2      JBossCache/tests/perf/org/jboss/cache/manualtests/TcpCacheLoaderTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TcpCacheLoaderTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/manualtests/TcpCacheLoaderTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- TcpCacheLoaderTest.java	25 Oct 2006 12:49:31 -0000	1.2
  +++ TcpCacheLoaderTest.java	26 Oct 2006 19:30:21 -0000	1.3
  @@ -5,8 +5,8 @@
   import org.jboss.cache.TreeCache;
   import org.jboss.cache.config.CacheLoaderConfig;
   import org.jboss.cache.loader.AbstractCacheLoaderTestBase;
  +import org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig;
   import org.jboss.cache.loader.JDBCCacheLoaderPerfTest;
  -import org.jboss.cache.loader.TcpDelegatingCacheLoader;
   
   public class TcpCacheLoaderTest extends AbstractCacheLoaderTestBase
   {
  @@ -18,7 +18,7 @@
      {
         cache = new TreeCache();
         CacheLoaderConfig clc = new CacheLoaderConfig();
  -      TcpDelegatingCacheLoader.Config cfg = new TcpDelegatingCacheLoader.Config();
  +      TcpDelegatingCacheLoaderConfig cfg = new TcpDelegatingCacheLoaderConfig();
         cfg.setHost(serverHost);
         cfg.setPort(serverPort);
   
  
  
  



More information about the jboss-cvs-commits mailing list