mirror of https://github.com/qos-ch/slf4j
correct line numbering
This commit is contained in:
parent
acfc07008b
commit
715615cd36
|
|
@ -131,7 +131,7 @@ public class XLoggerTest {
|
|||
@Test
|
||||
public void testLocationExtraction_Bug114() {
|
||||
XLogger logger = XLoggerFactory.getXLogger("UnitTest");
|
||||
int line = 136; // requires update if line numbers change
|
||||
int line = 135; // requires update if line numbers change
|
||||
logger.exit();
|
||||
logger.debug("hello");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue