Update of /cvsroot/jwebunit/jWebUnit/src/net/sourceforge/jwebunit
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3001/src/net/sourceforge/jwebunit
Modified Files:
HttpUnitDialog.java
Log Message:
splitting out reset and resetForm functionality.
Index: HttpUnitDialog.java
===================================================================
RCS file:
/cvsroot/jwebunit/jWebUnit/src/net/sourceforge/jwebunit/HttpUnitDialog.java,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** HttpUnitDialog.java 5 Mar 2005 05:48:13 -0000 1.49
--- HttpUnitDialog.java 9 Mar 2005 06:10:33 -0000 1.50
***************
*** 719,726 ****
/**
* Reset the current form. See [EMAIL PROTECTED] #getForm}for an
explanation of how
* the current form is established.
*/
! public void reset() {
getForm().reset();
}
--- 719,732 ----
/**
+ * Resets the Dialog
+ */
+ public void reset() {
+ }
+
+ /**
* Reset the current form. See [EMAIL PROTECTED] #getForm}for an
explanation of how
* the current form is established.
*/
! public void resetForm() {
getForm().reset();
}
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development