1
0

Adjust test assertions for previous commit

This commit is contained in:
Gary Gregory
2023-11-19 09:24:05 -05:00
parent 282408972e
commit 9b69ba8a04
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ public class CallerInformationTestCase extends TestCase {
public void testLocationInfo() { public void testLocationInfo() {
appender.clear(); appender.clear();
// The following value must match the line number // The following value must match the line number
final int currentLineNumber = 65; final int currentLineNumber = 66;
log.fatal(OBJ); log.fatal(OBJ);
log.fatal(OBJ, T); log.fatal(OBJ, T);
log.error(OBJ); log.error(OBJ);

View File

@@ -75,7 +75,7 @@ public class CallerInformationTestCase extends TestCase {
public void testLocationInfo() { public void testLocationInfo() {
appender.list.clear(); appender.list.clear();
// The following value must match the line number // The following value must match the line number
final int currentLineNumber = 77; final int currentLineNumber = 78;
log.fatal(STRING); log.fatal(STRING);
log.fatal(STRING, T); log.fatal(STRING, T);
log.error(STRING); log.error(STRING);