The browser page for the test displays
Unexpected exception caught: org.apache.tools.ant.BuildException.
The console log shows no errors.
I know the project is defunct, but I love the package and hope someone has a suggestion.
The browser page for the test displays
Unexpected exception caught: org.apache.tools.ant.BuildException.
The console log shows no errors.
I know the project is defunct, but I love the package and hope someone has a suggestion.
I've come up with a workaround. If the original test looked like this:
<!-- language: lang-xml -->
<verifyHeader name="Content-Type" text="application/x-gzip"/>
You can replace it with this:
<!-- language: lang-xml -->
<storeHeader name="Content-Type" property="contentType"/>
<verifyProperty name="contentType" text="application/x-gzip"/>