Do you want me to take care of adding cvs tags to all the tests I've
added?


--
James Mitchell
Software Developer/Struts Evangelist
http://jakarta.apache.org/struts

"People demand freedom of speech to make up for the freedom of thought
which they avoid."
    - Soren Aabye Kierkegaard (1813-1855)




> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, March 08, 2003 2:04 PM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: 
> jakarta-struts/src/test/org/apache/struts/taglib 
> SimpleBeanForTesting.java
> 
> 
> dgraham     2003/03/08 11:03:56
> 
>   Modified:    src/test/org/apache/struts/taglib 
> SimpleBeanForTesting.java
>   Log:
>   Fixed variable name in constructor.
>   
>   Revision  Changes    Path
>   1.5       +8 -2      
> jakarta-struts/src/test/org/apache/struts/taglib/SimpleBeanFor
> Testing.java
>   
>   Index: SimpleBeanForTesting.java
>   ===================================================================
>   RCS file: 
> /home/cvs/jakarta-struts/src/test/org/apache/struts/taglib/Sim
> pleBeanForTesting.java,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- SimpleBeanForTesting.java       7 Mar 2003 05:31:30 
> -0000 1.4
>   +++ SimpleBeanForTesting.java       8 Mar 2003 19:03:56 
> -0000 1.5
>   @@ -1,7 +1,13 @@
>    /*
>   + * $Header$
>   + * $Revision$
>   + * $Date$
>   + *
>   + * 
> ====================================================================
>   + *
>     * The Apache Software License, Version 1.1
>     *
>   - * Copyright (c) 1999-2001 The Apache Software Foundation. 
>  All rights
>   + * Copyright (c) 1999-2003 The Apache Software Foundation. 
>  All rights
>     * reserved.
>     *
>     * Redistribution and use in source and binary forms, with 
> or without
>   @@ -77,7 +83,7 @@
>       public SimpleBeanForTesting(boolean checked) {
>               this.checked = checked;
>       }
>   -   public SimpleBeanForTesting(Boolean checked) {
>   +   public SimpleBeanForTesting(Boolean checkedWrapper) {
>               this.checkedWrapper = checkedWrapper;
>       }
>       public SimpleBeanForTesting(Map map) {
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to