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

Ben Wang bwang at jboss.com
Sat Sep 16 01:25:22 EDT 2006


  User: bwang   
  Date: 06/09/16 01:25:22

  Modified:    tests-50/functional/org/jboss/cache/pojo 
                        ReplicatedNonSerializableTest.java
  Log:
  Updated.
  
  Revision  Changes    Path
  1.4       +4 -2      JBossCache/tests-50/functional/org/jboss/cache/pojo/ReplicatedNonSerializableTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ReplicatedNonSerializableTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/ReplicatedNonSerializableTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ReplicatedNonSerializableTest.java	8 Sep 2006 07:55:59 -0000	1.3
  +++ ReplicatedNonSerializableTest.java	16 Sep 2006 05:25:22 -0000	1.4
  @@ -12,6 +12,7 @@
   import junit.framework.TestSuite;
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
  +import org.jboss.cache.pojo.test.NonSerializableObject;
   
   import javax.naming.Context;
   import java.util.Properties;
  @@ -56,7 +57,7 @@
      {
      }
   
  -   /*
  +   /* JBCACHE-770
      public void testNonSeriazable1() throws Exception
      {
         log_.info("testNonSerializable1() ....");
  @@ -103,7 +104,8 @@
         assertEquals("VO should be the same", nso, nso1);
   
      }
  -   */
  +
  +*/
   
      public static Test suite() throws Exception
      {
  
  
  



More information about the jboss-cvs-commits mailing list