Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.7
-
None
Description
Cactus currently uses HttpUnit 1.5.4, but HttpUnit 1.6 was just released recently.
The main advantage (in my opinion) of this new release is that the interface HTMLElement now has a getAttribute() method, which makes it much more useful when testing JSP tags that generates generic HTML code.
So, I have used 1.6 for a while here at work and it works fine - the main issue is going to be uploading HttpUnit on ibiblio's repository.
– Felipe
PS: here are some useful links:
Release notes: http://sourceforge.net/project/shownotes.php?group_id=6550&release_id=272464
HTTPElement: http://httpunit.sourceforge.net/doc/api/com/meterware/httpunit/HTMLElement.html