Revision: 632
          http://svn.sourceforge.net/jwebunit/?rev=632&view=rev
Author:   henryju
Date:     2006-11-30 08:56:39 -0800 (Thu, 30 Nov 2006)

Log Message:
-----------
Fix reset() test case (the form need a reset button)

Modified Paths:
--------------
    
branches/1.x/jwebunit-commons-tests/src/main/resources/testcases/FormSubmissionTest/MultiFormPage.html

Modified: 
branches/1.x/jwebunit-commons-tests/src/main/resources/testcases/FormSubmissionTest/MultiFormPage.html
===================================================================
--- 
branches/1.x/jwebunit-commons-tests/src/main/resources/testcases/FormSubmissionTest/MultiFormPage.html
      2006-11-29 11:02:34 UTC (rev 631)
+++ 
branches/1.x/jwebunit-commons-tests/src/main/resources/testcases/FormSubmissionTest/MultiFormPage.html
      2006-11-30 16:56:39 UTC (rev 632)
@@ -10,6 +10,7 @@
 
                <form name="form2" method=GET action="../params.jsp">
                        <input type="text" name="param2">
+            <input type="reset">
                        <input type="submit" name="button2a" value="b2a">
                        <input type="submit" name="button2b" value="b2b">
                        <input type="hidden" name="myReferer" 
value="FormSubmissionTest/MultiFormPage.html">


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to