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

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   CachedTypeTest.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 -0      JBossCache/tests/functional/org/jboss/cache/pojo/CachedTypeTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CachedTypeTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/pojo/CachedTypeTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CachedTypeTest.java	23 May 2007 10:28:49 -0000	1.2
  +++ CachedTypeTest.java	30 May 2007 06:08:03 -0000	1.3
  @@ -27,6 +27,7 @@
   import junit.framework.TestSuite;
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
  +import org.jboss.cache.pojo.impl.CachedType;
   
   /**
    * Basic CachedType test case.
  
  
  
  1.2       +1 -0      JBossCache/tests/functional/org/jboss/cache/pojo/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/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:01 -0000	1.1
  +++ NewLocalTest.java	30 May 2007 06:08:03 -0000	1.2
  @@ -7,6 +7,7 @@
   import org.apache.commons.logging.LogFactory;
   import org.jboss.aop.proxy.ClassProxy;
   import org.jboss.cache.Fqn;
  +import org.jboss.cache.pojo.impl.InternalConstant;
   import org.jboss.cache.pojo.test.Person;
   
   import java.util.ArrayList;
  
  
  



More information about the jboss-cvs-commits mailing list