Minor jsp tweaks to fix PetStore HTTPUnit test failures
-------------------------------------------------------
Key: BEEHIVE-624
URL: http://issues.apache.org/jira/browse/BEEHIVE-624
Project: Beehive
Type: Bug
Components: Samples
Versions: V1
Reporter: Scott Semyan
Attachments: diff.txt
For some reason, after the recent directory re-org, HTTPUnit got more fussy
about parsing the HTML in the pages of PetStoreWeb. I think because the
HTTPUnit target is sharing the classpath from PetStore web, HTTPUnit is using
the XML parser from WEB-INF/lib rather than the one it ships with in
HTTPUnit/jars. This parser must be a bit more stringent. Therefore, I had to
remove a few extra <p> tags to get it to parse correctly. This was the cause of
the 3 HTTPUnit failures we saw.
Diff attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira