You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by rl...@apache.org on 2002/01/29 00:59:51 UTC

cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/jsp/engine/HttpJspPage positiveJSPInitJSP.jsp

rlubke      02/01/28 15:59:51

  Modified:    src/server/jsp-tests/jsp/engine/HttpJspPage
                        positiveJSPInitJSP.jsp
  Log:
   - content push from CTS
  
  Revision  Changes    Path
  1.2       +2 -3      jakarta-watchdog-4.0/src/server/jsp-tests/jsp/engine/HttpJspPage/positiveJSPInitJSP.jsp
  
  Index: positiveJSPInitJSP.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/jsp/engine/HttpJspPage/positiveJSPInitJSP.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveJSPInitJSP.jsp	4 Oct 2000 00:16:52 -0000	1.1
  +++ positiveJSPInitJSP.jsp	28 Jan 2002 23:59:51 -0000	1.2
  @@ -6,7 +6,7 @@
          Description: we override the jspInit in the jsp itself
                       and check getServletConfig method works
          Result: we should get the expected string output
  -  */ %> 
  +  */ %>
   <!-- to test HttpJspPage implementation -->
   <%! String result; %>
   <%! public void jspInit() {
  @@ -19,6 +19,5 @@
     }
   %>
   <% out.println(result); %>
  -
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>