Leszek Gawron wrote: > Is there a way to test the cocoon component without the need to do HTTP > requests?
If you are talking about action, generator, serializer, etc. unit tests take a look at src/test and SitemapComponentTestCase: http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/test/org/apache/cocoon/ PS. You can't test matchers with this class, but I've already posted a bug report: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26441 -- Wojciech Gdela
