You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by st...@apache.org on 2004/02/09 20:38:19 UTC

cvs commit: jakarta-pluto/testsuite/src/webapp/jsp test2.jsp

sthepper    2004/02/09 11:38:19

  Modified:    testsuite/src/webapp/jsp test2.jsp
  Log:
  added explaination for the portalContext test
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-pluto/testsuite/src/webapp/jsp/test2.jsp
  
  Index: test2.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/testsuite/src/webapp/jsp/test2.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test2.jsp	7 Jan 2004 20:37:20 -0000	1.1
  +++ test2.jsp	9 Feb 2004 19:38:19 -0000	1.2
  @@ -83,7 +83,7 @@
   <BR>
   <BR>
   <B>Testing Portal Context...</B><BR>
  -trying to verify the PortalContext<BR>
  +trying to verify that the PortalContext is the Pluto/1.0 portal context<BR>
   <%
       PortalContext portalContext = renderRequest.getPortalContext();
       allOk = true;