| At line 6 changed 4 lines. |
| <!--filter-mapping> \\ |
| <filter-name>compressionFilter</filter-name> \\ |
| <url-pattern>*.do</url-pattern> \\ |
| </filter-mapping--> \\ |
| <!--filter-mapping> \\ |
| <filter-name>compressionFilter</filter-name> \\ |
| <url-pattern>*.do</url-pattern> \\ |
| </filter-mapping--> \\ |
| At line 13 changed 1 line. |
| * Ant throws an error when running the |
| * Ant throws an error when running the "test-canoo" target. The following error is caused by "nekohtml.jar" being in ANT_HOME/lib: \\ |
| {{ |
| com.canoo.webtest.engine.StepExecutionException: Unexpected |
| exception caught: org.w3c.dom.DOMException: NAMESPACE_ERR: |
| An attempt is made to create or change an object in a way |
| which is incorrect with regard to namespaces., Step: |
| VerifyElementText at file:./login.xml:3: with |
| (text="AppFuse ~ Login", type="title", stepId="we should see |
| the login title", regex="false", |
| stepType="verifytitle")com.canoo.webtest.engine.StepExecutionException: |
| Unexpected exception caught: org.w3c.dom.DOMException: |
| NAMESPACE_ERR: An attempt is made to create or change an |
| object in a way which is incorrect with regard to |
| namespaces., Step: VerifyElementText at file:./login.xml:3: |
| with (text="AppFuse ~ Login", type="title", stepId="we |
| should see the login title", regex="false", |
| stepType="verifytitle") |
| }} |
| ** Resolution: Remove "nekohtml.jar" from ANT_HOME/lib |