DOMBuilderTestCase.testMultipleCharactersEvents also fails:
Content of root element not what expected expected:<ABCDEF> but was:<ABCDEFABCDEF>
This was a problem with the testcase and not the class under test. Should be OK now, but I cannot verify it with 1.3.
Three anteater tests fail:
bug26571SendPageRedirectTo.xml:35: Running test [ResponseCode: 302] Failure: expected response code '302', got 'HTTP/1.1 200 OK'
redirect.xml:59: Running test [ResponseCode: 404] Failure: expected response code '404', got 'HTTP/1.1 200 OK'
sitemapReload.xml:68: Running test [XPath: select html/body//p[2], pattern .*123.*] Failure: file:/Users/bert/workspace/apache/cocoon-2.1/build/cocoon-2.1.5-dev/ test/anteater/sitemapReload.xml:68: XPath html/body//p[2]: expected pattern '.*123.*', got 'abc'.
These fail with 1.4 too. I suspect the first two have something to do with changes to redirects.
With 1.4 we have one more failure:
[foreach] webdav-step3.xml:93: Running test [XPath: select /html/body/form/p/[EMAIL PROTECTED]'title']/@value, pattern Content B] Failure: file:/home/ugo/workspace/cocoon-2.1/build/cocoon-2.1.5-dev/test/anteater/webdav-step3.xml:93: XPath /html/body/form/p/[EMAIL PROTECTED]'title']/@value: expected pattern 'Content B', got 'Title changed by anteater step3 test'.
Ugo
