Hello, 1. I've looked for match() method in SitemapComponentTestCase, but there isn't any. Shouldn't there be such method along with act(), generate() and so on? If not, how can I test a matcher?
2. I have an action that throws exception in certains conditions. I want to test if it really does, but act() in SitemapComponentTestCase catches any exception that my action throws. I think that it shouldn't do that, to allow such tests as I wish to have. -- Wojtek
