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

Jason Thomas Greene jgreene at jboss.com
Wed May 30 02:08:03 EDT 2007


  User: jgreene 
  Date: 07/05/30 02:08:03

  Modified:    tests/functional/org/jboss/cache/pojo/region  
                        LocalTest.java NewLocalTest.java
  Log:
  Switch to new notification system
  Resolve jmx test failure
  ensure that the pojo package is api only
  
  Revision  Changes    Path
  1.3       +1 -1      JBossCache/tests/functional/org/jboss/cache/pojo/region/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/pojo/region/LocalTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- LocalTest.java	22 Feb 2007 03:14:05 -0000	1.2
  +++ LocalTest.java	30 May 2007 06:08:03 -0000	1.3
  @@ -16,9 +16,9 @@
   import org.jboss.cache.CacheImpl;
   import org.jboss.cache.Fqn;
   import org.jboss.cache.Node;
  -import org.jboss.cache.pojo.InternalConstant;
   import org.jboss.cache.pojo.PojoCache;
   import org.jboss.cache.pojo.PojoCacheFactory;
  +import org.jboss.cache.pojo.impl.InternalConstant;
   import org.jboss.cache.pojo.test.Address;
   import org.jboss.cache.pojo.test.Person;
   import org.jboss.cache.pojo.test.Student;
  
  
  
  1.2       +1 -1      JBossCache/tests/functional/org/jboss/cache/pojo/region/NewLocalTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewLocalTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/pojo/region/NewLocalTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- NewLocalTest.java	13 Jan 2007 15:55:06 -0000	1.1
  +++ NewLocalTest.java	30 May 2007 06:08:03 -0000	1.2
  @@ -13,9 +13,9 @@
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
   import org.jboss.cache.Fqn;
  -import org.jboss.cache.pojo.InternalConstant;
   import org.jboss.cache.pojo.PojoCache;
   import org.jboss.cache.pojo.PojoCacheFactory;
  +import org.jboss.cache.pojo.impl.InternalConstant;
   import org.jboss.cache.pojo.test.Person;
   
   import java.util.Map;
  
  
  



More information about the jboss-cvs-commits mailing list