@@ -50,7 +50,7 @@ public void testMarkerPatternSelector(@Named("List") final ListAppender app) {
5050 final String expect = String .format (
5151 "[TRACE] TestMarkerPatternSelector ====== "
5252 + "o.a.l.l.c.PatternSelectorTest.testMarkerPatternSelector:%d Enter ======%n" ,
53- CURRENT_LINE + 4 );
53+ CURRENT_LINE + 5 );
5454 assertEquals (expect , messages .get (0 ));
5555 assertEquals ("[INFO ] TestMarkerPatternSelector Hello World" + Strings .LINE_SEPARATOR , messages .get (1 ));
5656 app .clear ();
@@ -73,12 +73,12 @@ public void testScriptPatternSelector(@Named("List2") final ListAppender app) {
7373 String expect = String .format (
7474 "[TRACE] TestScriptPatternSelector ====== "
7575 + "o.a.l.l.c.PatternSelectorTest.testScriptPatternSelector:%d Enter ======%n" ,
76- CURRENT_LINE + 26 );
76+ CURRENT_LINE + 27 );
7777 assertEquals (expect , messages .get (0 ));
7878 expect = String .format (
7979 "[INFO ] TestScriptPatternSelector o.a.l.l.c.PatternSelectorTest.testScriptPatternSelector.%d "
8080 + "Hello World%n" ,
81- CURRENT_LINE + 27 );
81+ CURRENT_LINE + 28 );
8282 assertEquals (expect , messages .get (1 ));
8383 assertEquals ("[INFO ] NoLocation No location information" + Strings .LINE_SEPARATOR , messages .get (2 ));
8484 app .clear ();
@@ -101,12 +101,12 @@ public void testJavaScriptPatternSelector(@Named("List3") final ListAppender app
101101 String expect = String .format (
102102 "[TRACE] TestJavaScriptPatternSelector ====== "
103103 + "o.a.l.l.c.PatternSelectorTest.testJavaScriptPatternSelector:%d Enter ======%n" ,
104- CURRENT_LINE + 54 );
104+ CURRENT_LINE + 55 );
105105 assertEquals (expect , messages .get (0 ));
106106 expect = String .format (
107107 "[INFO ] TestJavaScriptPatternSelector "
108108 + "o.a.l.l.c.PatternSelectorTest.testJavaScriptPatternSelector.%d Hello World%n" ,
109- CURRENT_LINE + 55 );
109+ CURRENT_LINE + 56 );
110110 assertEquals (expect , messages .get (1 ));
111111 assertEquals ("[INFO ] JavascriptNoLocation No location information" + Strings .LINE_SEPARATOR , messages .get (2 ));
112112 app .clear ();
0 commit comments