Description
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.