Re: Debugging TestCase3

2012-06-22 Thread Christian Grobmeier
On Fri, Jun 22, 2012 at 5:19 PM, Jacob Kjome wrote: > This test is supposed to be verifying default initialization.  Given that > the test method is  called "propertiesTest()", it presumes there to be a > log4j.properties file in the default package somewhere on the classpath at > test startup.  T

Re: Debugging TestCase3

2012-06-22 Thread Jacob Kjome
This test is supposed to be verifying default initialization.  Given that the test method is  called "propertiesTest()", it presumes there to be a log4j.properties file in the default package somewhere on the classpath at test startup.  This must be so because it expects an appender specifically

Debugging TestCase3

2012-06-22 Thread Christian Grobmeier
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 g