Hello,To me your comments seem quite fair, and are worthy of a patch. Could you correct SitemapComponentTestCase, and supply us with a patch? Submit it to Bugzilla and I'm sure someone'll commit it (maybe even me!)
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.
Regards, Upayavira
