You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by cr...@apache.org on 2002/12/19 19:05:20 UTC

cvs commit: jakarta-commons/beanutils/src/test/org/apache/commons/beanutils WrapDynaBeanTestCase.java

craigmcc    2002/12/19 10:05:20

  Modified:    beanutils/src/test/org/apache/commons/beanutils
                        WrapDynaBeanTestCase.java
  Log:
  Fix a test failure introduced when I made BasicDynaBean and
  BasicDynaClass serializable.  Memo to self -- run *all* the
  unit tests before a checkin, not just the one for the class
  you are modifying :-(.
  
  Revision  Changes    Path
  1.4       +10 -4     jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/WrapDynaBeanTestCase.java
  
  Index: WrapDynaBeanTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/WrapDynaBeanTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- WrapDynaBeanTestCase.java	23 Jan 2002 22:52:26 -0000	1.3
  +++ WrapDynaBeanTestCase.java	19 Dec 2002 18:05:20 -0000	1.4
  @@ -199,4 +199,10 @@
       }
   
   
  +    /**
  +     * Suppress serialization and deserialization tests.  WrapDynaClass
  +     * is not serializable.
  +     */
  +    public void testSerialization() { }
  +
   }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>