You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2003/03/01 01:40:51 UTC

cvs commit: jakarta-struts/web/test/test/org/apache/struts/taglib/html TestCheckboxTag5.jsp TestCheckboxTag6.jsp TestCheckboxTag7.jsp TestCheckboxTag8.jsp

jmitchell    2003/02/28 16:40:51

  Modified:    src/test/org/apache/struts/taglib/html TestCheckboxTag1.java
  Removed:     src/test/org/apache/struts/taglib/html TestCheckboxTag5.java
                        TestCheckboxTag7.java
               web/test/test/org/apache/struts/taglib/html
                        TestCheckboxTag5.jsp TestCheckboxTag6.jsp
                        TestCheckboxTag7.jsp TestCheckboxTag8.jsp
  Log:
  I incorrectly assumed that checkbox would work with a boolean wrapper
  
  Revision  Changes    Path
  1.2       +0 -6      jakarta-struts/src/test/org/apache/struts/taglib/html/TestCheckboxTag1.java
  
  Index: TestCheckboxTag1.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/test/org/apache/struts/taglib/html/TestCheckboxTag1.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestCheckboxTag1.java	28 Feb 2003 01:11:33 -0000	1.1
  +++ TestCheckboxTag1.java	1 Mar 2003 00:40:51 -0000	1.2
  @@ -77,12 +77,6 @@
    * 
    *  TestCheckboxTag(3 and 4) - These test using a boolean property 
    *                             set to false on our form.
  - * 
  - *  TestCheckboxTag(5 and 6) - These test using a java.lang.Boolean property 
  - *                             set to true on our form.
  - * 
  - *  TestCheckboxTag(7 and 8) - These test using a java.lang.Boolean property 
  - *                             set to false on our form.
    *
    * @author James Mitchell
    */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org