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

Modified Files:
      Tag: JACOBIE
        FormSubmissionTest.java 
Log Message:
commit to JACOBIE branch.  initial changes for JACOBIE integration.

Index: FormSubmissionTest.java
===================================================================
RCS file: 
/cvsroot/jwebunit/jWebUnit/test/net/sourceforge/jwebunit/FormSubmissionTest.java,v
retrieving revision 1.20
retrieving revision 1.20.4.1
diff -C2 -d -r1.20 -r1.20.4.1
*** FormSubmissionTest.java     28 Apr 2003 20:07:07 -0000      1.20
--- FormSubmissionTest.java     2 Dec 2004 20:17:43 -0000       1.20.4.1
***************
*** 157,161 ****
          WebResponse oldResp = getDialog().getResponse();
          submit("button2b");
!         assertNull(getDialog().getForm());
          assertTrue(getDialog().getResponse() != oldResp);
      }
--- 157,161 ----
          WebResponse oldResp = getDialog().getResponse();
          submit("button2b");
!         assertFalse(getDialog().hasForm());
          assertTrue(getDialog().getResponse() != oldResp);
      }



-------------------------------------------------------
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://productguide.itmanagersjournal.com/
_______________________________________________
Jwebunit-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to