jmitchell    2003/02/05 20:38:31

  Modified:    src/test/org/apache/struts/taglib/logic TestPresentTag.java
  Log:
  God, if I could just get everything right the first time!!!
  
  Revision  Changes    Path
  1.13      +1 -1      
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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- TestPresentTag.java       6 Feb 2003 04:22:45 -0000       1.12
  +++ TestPresentTag.java       6 Feb 2003 04:38:31 -0000       1.13
  @@ -305,7 +305,7 @@
        public void testRequestScopePropertyNotPresent()
                throws ServletException, JspException {
                PresentTag pt = new PresentTag();
  -             String testKey = "testRequestScopePropertyPresent";
  +             String testKey = "testRequestScopePropertyNotPresent";
                
                String testStringValue = null;
                LabelValueBean lvb = new LabelValueBean("The Key", testStringValue);
  
  
  

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

Reply via email to