Hello guys, I am looking at the build-branch: https://svn.apache.org/repos/asf/logging/log4j/branches/log4j12-bz53299
This testcase: org.apache.log4j.defaultInit.TestCase3 it fails, because it tells me the root logger is not configured. Actually it looks like this TestCase is wrong, because we get a RootLogger back configured with a NOPLoggerRepository, which returns "not configured". Like: repositorySelector = new DefaultRepositorySelector(new NOPLoggerRepository()); I am doubting my analysis is correct. Therefore I wonder what should happen when the testcase runs. Any ideas? Probably Jacob - you usually know very well about the default behavior, could you look at this example? Here is the code: https://svn.apache.org/repos/asf/logging/log4j/branches/log4j12-bz53299/core/src/test/java/org/apache/log4j/defaultInit/TestCase3.java Cheers Christian -- http://www.grobmeier.de https://www.timeandbill.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
