jmitchell    2003/02/21 19:25:17

  Modified:    src/test/org/apache/struts/taglib/logic
                        TestGreaterThanTag.java
  Log:
  Fix simple copy/paste error.
  
  Revision  Changes    Path
  1.3       +1 -1      
jakarta-struts/src/test/org/apache/struts/taglib/logic/TestGreaterThanTag.java
  
  Index: TestGreaterThanTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/test/org/apache/struts/taglib/logic/TestGreaterThanTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestGreaterThanTag.java   7 Feb 2003 00:32:06 -0000       1.2
  +++ TestGreaterThanTag.java   22 Feb 2003 03:25:16 -0000      1.3
  @@ -108,7 +108,7 @@
       //----- Test initApplication() method --------------------------------------
        
       /**
  -     * Create cookie for testCookiePresent method test.
  +     * Create cookie for testCookieGreaterThan method test.
       */
       public void beginCookieGreaterThan(WebRequest testRequest) {
          testRequest.addCookie(COOKIE_KEY, GREATER_VAL);
  
  
  

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

Reply via email to