jmitchell    2003/02/04 22:26:41

  Modified:    src/test/org/apache/struts/taglib/logic TestPresentTag.java
  Log:
  Oops...again.
  
  Revision  Changes    Path
  1.11      +3 -2      
jakarta-struts/src/test/org/apache/struts/taglib/logic/TestPresentTag.java
  
  Index: TestPresentTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/test/org/apache/struts/taglib/logic/TestPresentTag.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TestPresentTag.java       5 Feb 2003 05:55:35 -0000       1.10
  +++ TestPresentTag.java       5 Feb 2003 06:26:41 -0000       1.11
  @@ -55,7 +55,7 @@
   package org.apache.struts.taglib.logic;
   
   import javax.servlet.ServletException;
  -import javax.servlet.jsp.JspException
  +import javax.servlet.jsp.JspException;
   import javax.servlet.jsp.PageContext;
   import junit.framework.Test;
   import junit.framework.TestSuite;
  @@ -68,6 +68,7 @@
    * <code>org.apache.struts.taglib.logic.PresentTag</code> class.
    *
    * @author David Winterfeldt
  + * @author James Mitchell
    */
   public class TestPresentTag extends JspTestCase {
       protected final static String COOKIE_KEY = 
"org.apache.struts.taglib.logic.COOKIE_KEY";
  @@ -222,7 +223,7 @@
        
           assertEquals("Value not present (null)", false, pt.condition(true));
       }
  -  
  +   
        /**
         * Verify that there is a LabelValueBean in application scope 
         * and test to see if it has a getValue() using the <code>PresentTag</code>.
  
  
  

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

Reply via email to