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

Modified Files:
        HttpUnitDialog.java 
Log Message:
Bugs 998757 / 980105 - made submitRequest(WebLink) protected to allow access to 
extensions.

Index: HttpUnitDialog.java
===================================================================
RCS file: /cvsroot/jwebunit/jWebUnit/src/net/sourceforge/jwebunit/HttpUnitDialog.java,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** HttpUnitDialog.java 29 Aug 2004 19:04:26 -0000      1.45
--- HttpUnitDialog.java 14 Sep 2004 19:58:18 -0000      1.46
***************
*** 658,662 ****
      }
  
!     private void submitRequest(WebLink aLink) {
          try {
              aLink.click();
--- 658,662 ----
      }
  
!     protected void submitRequest(WebLink aLink) {
          try {
              aLink.click();



-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Jwebunit-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to