Update of /cvsroot/jwebunit/jWebUnit/testcases
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10672/testcases

Modified Files:
        params.jsp 
Log Message:
Fied FormSubmissionTest to use request+response, with no changes in test 
coverage. Now included in AllTests. JSP compilation takes some time but is only 
performed once per test suite execution. JSP compilation needs javac in path.

Index: params.jsp
===================================================================
RCS file: /cvsroot/jwebunit/jWebUnit/testcases/params.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** params.jsp  23 Dec 2005 10:21:33 -0000      1.1
--- params.jsp  23 Dec 2005 11:01:41 -0000      1.2
***************
*** 9,15 ****
  </head>
  <body>
! <p>Parameters are:</p>
! <p>
! <%
        /* Prints POST and GET parameters as name=value1[,value2...] separated 
with spaces */
        java.util.Enumeration params = request.getParameterNames();
--- 9,14 ----
  </head>
  <body>
! <h1>Submitted parameters</h1>
! <p>Params are:<%
        /* Prints POST and GET parameters as name=value1[,value2...] separated 
with spaces */
        java.util.Enumeration params = request.getParameterNames();
***************
*** 28,31 ****
--- 27,31 ----
        out.write(" ");
  %>
+ <p><a id="return" href="<%= request.getHeader("Referer") %>">return</a></p>
  </p>
  </body>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to