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

Modified Files:
        changes.xml 
Log Message:
Added patch for issue 1005396

Index: changes.xml
===================================================================
RCS file: /cvsroot/jwebunit/jWebUnit/xdocs/changes.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** changes.xml 3 Jul 2004 16:47:08 -0000       1.6
--- changes.xml 29 Aug 2004 19:04:27 -0000      1.7
***************
*** 1,73 ****
! <?xml version="1.0"?>
! <document>
!       <properties>
!               <title>jWebUnit changes</title>
!               <author email="dashorst at users.sourceforge.net">Martijn 
Dashorst</author>
!       </properties>
!       <body>
!               <release version="1.3" date="UNKNOWN" description="New features await 
us">
!             <action type="fix" dev="Martijn Dashorst" due-to="Budi Boentaran" 
issue="972992">
                  Memory leak in WebTestCase. Note: tester is no longer allocated at 
constructor time, but just before 'setUp' is called.
!             </action>
!                       <action type="update" dev="Vivek Venugopalan" due-to="Oliver 
Haid" issue="735087">
!                               better support subclassing of WebTestCase
!                       </action>
!               </release>
!               <release version="1.2" date="june 13, 2004" description="The long 
awaited release">
!                   <action type="add" dev="Jim Weaver">
!                       assertTextNotInElement method addition
!                   </action>
!                   <action type="update" dev="Jim Weaver">
!                       form assertion failure messages more accurate
!                   </action>
!                   <action type="add" dev="Wilkes Joiner" issue="">
!                       assertFormNotPresent method addition
!                   </action>
!                   <action type="add" due-to="Alex Chaffee" issue="724337">
!                       goto a page directly by url
!                   </action>
!                   <action type="add" due-to="justin sampson">
!                       support for clicking links by text when there are multiple 
links with
!                 same text on page
!                   </action>
!                   <action type="add" dev="Wilkes Joiner" issue="627735">
!                 support for multiple checkboxes with different values
!                   </action>
!                       <action type="add" dev="Martijn Dashorst">
!                               Moved the build system from <a 
href="http://ant.apache.org";>Ant</a> 
!                               to <a href="http://maven.apache.org";>Maven</a>.
!                       </action>
!                       <action type="update" dev="Martijn Dashorst">
!                               Upgraded all dependencies (httpunit, rhino, nekohtml, 
!                               xerces, junit) to their newest released version.
!                       </action>
!                       <action type="add" dev="Jim Weaver" due-to="Vivek Venugopalan" 
issue="715841">
!                               Added support for cookies.
!                       </action>
!                       <action type="fix" dev="Vivek Venugopalan" issue="856218" 
due-to="Roberto Cosenza">
!                               Wrong text in Assert
!                       </action>
!                       <action type="fix" dev="Vivek Venugopalan" issue="908440" 
due-to="Vasile Alaiba">
!                               quickstart.html setBaseUrl is mistyped
!                       </action>
!                       <action type="fix" dev="Vivek Venugopalan" issue="910242" 
due-to="Hien Nguyen">
!                               assertFormElementPresent fails when a form is in an 
IFRAME
!                       </action>
!                       <action type="fix" dev="Vivek Venugopalan" issue="908372">
!                               assertLinkPresentWithImage("foo") fails if foo isn't 
first
!                       </action>
!                       <action type="fix" dev="Vivek Venugopalan" due-to="Jim 
Cloughley" issue="918278">
!                               broken link in jwebunit-1.1.1 set of files
!                       </action>
!                   <action type="fix" dev="Jim Weaver">
!                       prevent js files from being returned as response content
!                   </action>
!                       <action type="fix" dev="Jim Weaver" due-to="Brad Clarke" 
issue="727614">
!                               Fork enabled for ant-build compile.
!                       </action>
!                       <action type="fix" dev="Jim Weaver" due-to="Charles Blaxland" 
issue="745868">
!                               Form submit overload for forms with multiple submit 
buttons.
!                       </action>
!               </release>
!       </body>
  </document>
\ No newline at end of file
--- 1,76 ----
! <?xml version="1.0"?>
! <document>
!       <properties>
!               <title>jWebUnit changes</title>
!               <author email="dashorst at users.sourceforge.net">Martijn 
Dashorst</author>
!       </properties>
!       <body>
!               <release version="1.3" date="UNKNOWN" description="New features await 
us">
!                       <action type="add" dev="Martijn Dashorst" due-to="John Evans" 
issue="1005396">
!                               Assert button (not) present with text added.
!                       </action>
!             <action type="fix" dev="Martijn Dashorst" due-to="Budi Boentaran" 
issue="972992">
                  Memory leak in WebTestCase. Note: tester is no longer allocated at 
constructor time, but just before 'setUp' is called.
!             </action>
!                       <action type="update" dev="Vivek Venugopalan" due-to="Oliver 
Haid" issue="735087">
!                               better support subclassing of WebTestCase
!                       </action>
!               </release>
!               <release version="1.2" date="june 13, 2004" description="The long 
awaited release">
!                   <action type="add" dev="Jim Weaver">
!                       assertTextNotInElement method addition
!                   </action>
!                   <action type="update" dev="Jim Weaver">
!                       form assertion failure messages more accurate
!                   </action>
!                   <action type="add" dev="Wilkes Joiner" issue="">
!                       assertFormNotPresent method addition
!                   </action>
!                   <action type="add" due-to="Alex Chaffee" issue="724337">
!                       goto a page directly by url
!                   </action>
!                   <action type="add" due-to="justin sampson">
!                       support for clicking links by text when there are multiple 
links with
!                 same text on page
!                   </action>
!                   <action type="add" dev="Wilkes Joiner" issue="627735">
!                 support for multiple checkboxes with different values
!                   </action>
!                       <action type="add" dev="Martijn Dashorst">
!                               Moved the build system from <a 
href="http://ant.apache.org";>Ant</a> 
!                               to <a href="http://maven.apache.org";>Maven</a>.
!                       </action>
!                       <action type="update" dev="Martijn Dashorst">
!                               Upgraded all dependencies (httpunit, rhino, nekohtml, 
!                               xerces, junit) to their newest released version.
!                       </action>
!                       <action type="add" dev="Jim Weaver" due-to="Vivek Venugopalan" 
issue="715841">
!                               Added support for cookies.
!                       </action>
!                       <action type="fix" dev="Vivek Venugopalan" issue="856218" 
due-to="Roberto Cosenza">
!                               Wrong text in Assert
!                       </action>
!                       <action type="fix" dev="Vivek Venugopalan" issue="908440" 
due-to="Vasile Alaiba">
!                               quickstart.html setBaseUrl is mistyped
!                       </action>
!                       <action type="fix" dev="Vivek Venugopalan" issue="910242" 
due-to="Hien Nguyen">
!                               assertFormElementPresent fails when a form is in an 
IFRAME
!                       </action>
!                       <action type="fix" dev="Vivek Venugopalan" issue="908372">
!                               assertLinkPresentWithImage("foo") fails if foo isn't 
first
!                       </action>
!                       <action type="fix" dev="Vivek Venugopalan" due-to="Jim 
Cloughley" issue="918278">
!                               broken link in jwebunit-1.1.1 set of files
!                       </action>
!                   <action type="fix" dev="Jim Weaver">
!                       prevent js files from being returned as response content
!                   </action>
!                       <action type="fix" dev="Jim Weaver" due-to="Brad Clarke" 
issue="727614">
!                               Fork enabled for ant-build compile.
!                       </action>
!                       <action type="fix" dev="Jim Weaver" due-to="Charles Blaxland" 
issue="745868">
!                               Form submit overload for forms with multiple submit 
buttons.
!                       </action>
!               </release>
!       </body>
  </document>
\ No newline at end of file



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Jwebunit-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to