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

Elias Ross genman at noderunner.net
Thu Feb 8 09:52:41 EST 2007


  User: genman  
  Date: 07/02/08 09:52:41

  Modified:    tests/functional/org/jboss/cache/marshall  LocalTest.java
  Log:
  JBCACHE-969 - Move transaction classes to org.jboss.cache.transaction
  
  Revision  Changes    Path
  1.15      +3 -3      JBossCache/tests/functional/org/jboss/cache/marshall/LocalTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/marshall/LocalTest.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- LocalTest.java	7 Feb 2007 22:06:49 -0000	1.14
  +++ LocalTest.java	8 Feb 2007 14:52:41 -0000	1.15
  @@ -19,7 +19,7 @@
    * Simple functional tests for LegacyTreeCacheMarshaller
    *
    * @author Ben Wang
  - * @version $Id: LocalTest.java,v 1.14 2007/02/07 22:06:49 genman Exp $
  + * @version $Id: LocalTest.java,v 1.15 2007/02/08 14:52:41 genman Exp $
    */
   public class LocalTest extends RegionBasedMarshallingTestBase
   {
  @@ -80,7 +80,7 @@
               value = setValue.invoke(ben, margs);
            }
            Class[] types = {};
  -         Class[] margs = {};
  +         Object[] margs = {};
            Method getValue = clasz1.getMethod("getLastElementAsString", types);
            value = getValue.invoke(ben, margs);
            buffer.setLength(0);
  @@ -121,7 +121,7 @@
            }
   
            Class[] types = {};
  -         Class[] margs = {};
  +         Object[] margs = {};
            Method getValue = clasz1.getMethod("getAddress", types);
            value = getValue.invoke(obj, margs);
            buffer.setLength(0);
  
  
  



More information about the jboss-cvs-commits mailing list