Split Log4JLogger into Log4J12Logger and Log4J13Logger
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@193079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -182,7 +182,7 @@ public class CustomConfigTestCase extends DefaultConfigTestCase {
|
||||
|
||||
assertNotNull("Log exists", log);
|
||||
assertEquals("Log class",
|
||||
"org.apache.commons.logging.impl.Log4JLogger",
|
||||
"org.apache.commons.logging.impl.Log4J12Logger",
|
||||
log.getClass().getName());
|
||||
|
||||
// Assert which logging levels have been enabled
|
||||
|
||||
@@ -154,7 +154,7 @@ public class DefaultConfigTestCase extends TestCase {
|
||||
|
||||
assertNotNull("Log exists", log);
|
||||
assertEquals("Log class",
|
||||
"org.apache.commons.logging.impl.Log4JLogger",
|
||||
"org.apache.commons.logging.impl.Log4J12Logger",
|
||||
log.getClass().getName());
|
||||
|
||||
// Can we call level checkers with no exceptions?
|
||||
|
||||
Reference in New Issue
Block a user