Adjust test assertions for previous commit
This commit is contained in:
@@ -63,7 +63,7 @@ public class CallerInformationTestCase extends TestCase {
|
||||
public void testLocationInfo() {
|
||||
appender.clear();
|
||||
// The following value must match the line number
|
||||
final int currentLineNumber = 65;
|
||||
final int currentLineNumber = 66;
|
||||
log.fatal(OBJ);
|
||||
log.fatal(OBJ, T);
|
||||
log.error(OBJ);
|
||||
|
||||
@@ -75,7 +75,7 @@ public class CallerInformationTestCase extends TestCase {
|
||||
public void testLocationInfo() {
|
||||
appender.list.clear();
|
||||
// The following value must match the line number
|
||||
final int currentLineNumber = 77;
|
||||
final int currentLineNumber = 78;
|
||||
log.fatal(STRING);
|
||||
log.fatal(STRING, T);
|
||||
log.error(STRING);
|
||||
|
||||
Reference in New Issue
Block a user