When I moved from HTTP-1.5.1 to 1.5.2, I suddenly started getting 'is not found' errors for javascript functions.
This is my run script:
java cp ..\lib\httpunit.jar;..\jars\js.jar;..\jars\Tidy.jar;..\jars\junit.jar;.;..\jars\xercesImp
l.jar;..\jars\xercesImpl.jar;..\jars\xmlParserAPIs.jar test
Can anybody help me with this problem ?.
thanks,
Laxman
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
When I moved from HTTP-1.5.1 to 1.5.2, I suddenly started getting 'is not found' errors for javascript functions.
This is my run script:
java cp ..\lib\httpunit.jar;..\jars\js.jar;..\jars\Tidy.jar;..\jars\junit.jar;.;..\jars\xercesImp
l.jar;..\jars\xercesImpl.jar;..\jars\xmlParserAPIs.jar test
Can anybody help me with this problem ?.
thanks,
Laxman
You might have run into the same problem as I did, when finding this bug:
https://sourceforge.net/tracker/index.php?func=detail&aid=700889&group_id=6550&atid=106550
Do you set the document title in a JavaScript? (In the page head?)
Sorry, this was a bug introduced in 1.5.2. Please try the latest pre-release at <http://www.httpunit.org/prerelease>