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

Manik Surtani msurtani at jboss.com
Tue Oct 24 07:35:31 EDT 2006


  User: msurtani
  Date: 06/10/24 07:35:31

  Modified:    tests/functional/org/jboss/cache/loader   
                        CacheLoaderTestsBase.java
                        AsyncFileCacheLoaderTest.java BdbjeTest.java
  Log:
  JBCACHE-137: Consolidation of JBoss core libraries and updating dependencies
  
  Revision  Changes    Path
  1.33      +3 -3      JBossCache/tests/functional/org/jboss/cache/loader/CacheLoaderTestsBase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheLoaderTestsBase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/loader/CacheLoaderTestsBase.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -b -r1.32 -r1.33
  --- CacheLoaderTestsBase.java	11 Oct 2006 10:02:07 -0000	1.32
  +++ CacheLoaderTestsBase.java	24 Oct 2006 11:35:31 -0000	1.33
  @@ -11,8 +11,8 @@
   import org.jboss.cache.config.Configuration;
   import org.jboss.cache.statetransfer.StateTransferManager;
   import org.jboss.cache.transaction.DummyTransactionManager;
  -import org.jboss.invocation.MarshalledValueInputStream;
  -import org.jboss.invocation.MarshalledValueOutputStream;
  +import org.jboss.util.stream.MarshalledValueInputStream;
  +import org.jboss.util.stream.MarshalledValueOutputStream;
   
   import javax.transaction.NotSupportedException;
   import javax.transaction.Transaction;
  @@ -31,7 +31,7 @@
    * Commons tests for all CacheLoaders
    *
    * @author Bela Ban
  - * @version $Id: CacheLoaderTestsBase.java,v 1.32 2006/10/11 10:02:07 msurtani Exp $
  + * @version $Id: CacheLoaderTestsBase.java,v 1.33 2006/10/24 11:35:31 msurtani Exp $
    */
   abstract public class CacheLoaderTestsBase extends AbstractCacheLoaderTestBase
   {
  
  
  
  1.15      +2 -2      JBossCache/tests/functional/org/jboss/cache/loader/AsyncFileCacheLoaderTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AsyncFileCacheLoaderTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/loader/AsyncFileCacheLoaderTest.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- AsyncFileCacheLoaderTest.java	22 Sep 2006 16:27:56 -0000	1.14
  +++ AsyncFileCacheLoaderTest.java	24 Oct 2006 11:35:31 -0000	1.15
  @@ -9,8 +9,8 @@
   import org.jboss.cache.TreeCache;
   import org.jboss.cache.config.Configuration;
   import org.jboss.cache.statetransfer.StateTransferManager;
  -import org.jboss.invocation.MarshalledValueInputStream;
  -import org.jboss.invocation.MarshalledValueOutputStream;
  +import org.jboss.util.stream.MarshalledValueOutputStream;
  +import org.jboss.util.stream.MarshalledValueInputStream;
   
   import java.io.ByteArrayInputStream;
   import java.io.ByteArrayOutputStream;
  
  
  
  1.12      +3 -3      JBossCache/tests/functional/org/jboss/cache/loader/BdbjeTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BdbjeTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/loader/BdbjeTest.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- BdbjeTest.java	23 Oct 2006 05:47:30 -0000	1.11
  +++ BdbjeTest.java	24 Oct 2006 11:35:31 -0000	1.12
  @@ -14,8 +14,8 @@
   import org.jboss.cache.loader.bdbje.BdbjeCacheLoader;
   import org.jboss.cache.loader.bdbje.BdbjeCacheLoader.Config;
   import org.jboss.cache.statetransfer.StateTransferManager;
  -import org.jboss.invocation.MarshalledValueInputStream;
  -import org.jboss.invocation.MarshalledValueOutputStream;
  +import org.jboss.util.stream.MarshalledValueOutputStream;
  +import org.jboss.util.stream.MarshalledValueInputStream;
   
   import java.io.ByteArrayInputStream;
   import java.io.ByteArrayOutputStream;
  @@ -37,7 +37,7 @@
    * directory.  Any scratch directory will do, but beware that all files in
    * the directory will be deleted by setUp().</p>
    *
  - * @version $Revision: 1.11 $
  + * @version $Revision: 1.12 $
    */
   public class BdbjeTest extends TestCase
   {
  
  
  



More information about the jboss-cvs-commits mailing list