[GUMP@vmgump]: Project logging-log4j-extras-test (in module logging-log4j-extras) failed

2012-06-22 Thread carnold
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project logging-log4j-extras-test has an issue affecting its community integratio

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