Leszek Gawron wrote:
<ouzo> a quick question <ouzo> does SitemapTestCase support .xconf inclusions in 2.2? <ouzo> just as standard cocoon.xconf does?
Yes it does, I tried to get it as similar to ordinary Cocoon execution as possible. You can take a look at how it is used for the VPC test cases under generator, transformer, serializer and reader. But the test SitemapTestCase has quit minimal testing functionality, only some simple stuff for calling a pipeline and do char array level comparison between the result and the expected result. There is nothing for single component testing.
If someone ports the htmlunit test cases from the 2.1.x branch, I could connect it to the SitemapTestCase so that one don't need to start a server.
/Daniel
