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/04/07 01:31:04 UTC

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

craigmcc    02/04/06 15:31:04

  Modified:    beanutils/src/test/org/apache/commons/beanutils
                        BeanUtilsTestCase.java
  Log:
  Cosmetic changes only.
  
  Revision  Changes    Path
  1.8       +5 -0      jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanUtilsTestCase.java
  
  Index: BeanUtilsTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanUtilsTestCase.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- BeanUtilsTestCase.java	6 Apr 2002 23:28:35 -0000	1.7
  +++ BeanUtilsTestCase.java	6 Apr 2002 23:31:04 -0000	1.8
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanUtilsTestCase.java,v 1.7 2002/04/06 23:28:35 craigmcc Exp $
  - * $Revision: 1.7 $
  - * $Date: 2002/04/06 23:28:35 $
  + * $Header: /home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanUtilsTestCase.java,v 1.8 2002/04/06 23:31:04 craigmcc Exp $
  + * $Revision: 1.8 $
  + * $Date: 2002/04/06 23:31:04 $
    *
    * ====================================================================
    *
  @@ -95,7 +95,7 @@
    * </ul>
    *
    * @author <a href="mailto:geirm@optonline.net">Geir Magnusson Jr.</a>
  - * @version $Revision: 1.7 $
  + * @version $Revision: 1.8 $
    */
   
   public class BeanUtilsTestCase extends TestCase {
  @@ -197,6 +197,7 @@
           }
       }
   
  +
       /**
        *  tests getting an indexed property
        */
  @@ -221,6 +222,7 @@
           }
       }
   
  +
       /**
        *  tests getting a nested property
        */
  @@ -239,6 +241,7 @@
           }
       }
   
  +
       /**
        *  tests getting a 'whatever' property
        */
  @@ -258,6 +261,7 @@
           }
       }
   
  +
       /**
        *  tests getting a 'whatever' property
        */
  @@ -365,6 +369,7 @@
           }
   
       }
  +
   
       /**
        * Test populate() method on nested properties.
  
  
  

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