Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
httpunit: Automated web site testing toolkit
- Summary
- HttpUnit emulates the relevant portions of browser behavior, including form
submission, JavaScript, basic http authentication, cookies and automatic page
redirection, and allows Java test code to examine returned pages either as
text, an XML DOM, or containers of forms, tables, and links.
A companion framework, ServletUnit is included in the package.
Changelog
- * Sat Nov 13 09:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.6-1jpp
-
- Update to 1.6.
- Require Servlet API 2.3, ServletUnit doesn't work with 2.4.
- Fix classpath construction during build; now works also with classpathx-mail.
- Apply upstream patch to build with Java 1.5 (built with 1.4.2 though).
- Patch to fix class path in servlet tests during build.
- * Wed Sep 22 10:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.5.4-3jpp
-
- Patched JavaScript.java to not handle NotAFunctionException,
as in Rhino-1.5-R5 this now is deprecated, not thrown any more
and extends Error; also not to handle PropertyException not thrown
any more in that try block
- * Wed Aug 25 10:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.5.4-2jpp
-
- Build with ant-1.6.2