Hi, On Mon, Feb 25, 2008 at 9:14 PM, Alexander Klimetschek <[EMAIL PROTECTED]> wrote: > I am wondering how to do proper logging in jackrabbit test cases.
What's the reason for logging in test cases? If you're writing a complex test case where you need logging to follow the control flow, then you're probably doing something wrong. In fact a test case rarely should have much control flow... A sequence of operations either works or doesn't. BR, Jukka Zitting
