> This is an area that I've often wondered about -- how do most > people deal with writing unit tests for this sort of stuff? >
In this situation, I suppose you could do some classloader tricks to reload the same class with a different method signature, which would make the call fail the second time, but that seems like a hell of a lot of work. I say we patch this particular one without a test case. Scott -- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>
