https://issues.apache.org/bugzilla/show_bug.cgi?id=45803
--- Comment #3 from Brett Randall <[EMAIL PROTECTED]> 2008-09-17 15:43:07 PST --- I think that evil hacking would involve getting into jUnit's test case class reloading capabilities, forcing a fresh classloader to load the particular test case. This is all that can be done, as LogManager references the system property during its static initialization, so if will have to be reloaded in order to test it. Bumping up to jUnit4 might assist, as might playing with jUnit's "loading" property in its BaseTestRunner class. Cheers Brett -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
