[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.62,1.63
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-11-05 18:54:54
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv31303/doc
Modified Files:
release_notes.txt
Log Message:
Cleaned up JDK 1.1 issues, added some WebForm enhancements
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- release_notes.txt 2001/11/05 15:50:38 1.62
+++ release_notes.txt 2001/11/05 18:54:51 1.63
@@ -16,12 +16,17 @@
Acknowledgements:
Thanks to Oliver Imbusch for finding and fixing a problem with parsing of encoded link parameter names and values.
Thanks to Paul Frantz for finding and fixing a problem with parsing of link parameter names without values.
+ Thanks to Didier Besset for new WebForm methods: hasParameterNamed and hasParameterStartingWithPrefix
Problems Fixed:
1. Links with parameters whose names were encoded were being mis-parsed
2. Links with empty parameter values were being mis-parsed
- 3. All references to TestCase.assert except for one have been renamed to assertTrue in order to prepare for JDK 1.4
- and JUnit 3.7 compatibility. HttpUnitTestCase implements assertTrue to continue support for JUnit 3.6 and earlier.
+ 3. Most references to TestCase.assert have been renamed to assertTrue in order to prepare for JDK 1.4 and JUnit 3.7
+ compatibility. HttpUnitTest and ServletUnitTest implement assertTrue to continue support for JUnit 3.6 and earlier.
+ 4. Some incompatibilities with JDK 1.1 had been inadvertantly introduced.
+
+Additions:
+ 1. It is now possible to check a WebForm for the presence of a named parameter.
25-Oct-2001 1.2.7
|