File tree 2 files changed +2
-4
lines changed
logback-classic/src/test/input
logback-core/src/test/java/ch/qos/logback/core/joran/action
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -877,7 +877,7 @@ ch.qos.logback.core.joran.action.ext.HelloAction
877
877
ch.qos.logback.core.joran.action.ext.IncAction
878
878
ch.qos.logback.core.joran.action.ext.StackAction
879
879
ch.qos.logback.core.joran.action.ext.TouchAction
880
- ch.qos.logback.core.joran.action.IncludeActionTest
880
+ ch.qos.logback.core.joran.action.IncludeModelHandlerTest
881
881
ch.qos.logback.core.joran.action.PropertyActionTest
882
882
ch.qos.logback.core.joran.action.TopElementAction
883
883
ch.qos.logback.core.blackbox.joran.conditional.PropertyEvalScriptBuilderTest
Original file line number Diff line number Diff line change 27
27
import org .junit .jupiter .api .AfterEach ;
28
28
import org .junit .jupiter .api .Assertions ;
29
29
import org .junit .jupiter .api .BeforeEach ;
30
- import org .junit .jupiter .api .Disabled ;
31
30
import org .junit .jupiter .api .Test ;
32
31
import org .xml .sax .SAXParseException ;
33
32
48
47
import ch .qos .logback .core .testUtil .FileTestUtil ;
49
48
import ch .qos .logback .core .testUtil .RandomUtil ;
50
49
import ch .qos .logback .core .status .testUtil .StatusChecker ;
51
- import ch .qos .logback .core .util .StatusPrinter ;
52
50
53
51
import static ch .qos .logback .core .joran .JoranConstants .CONFIGURATION_TAG ;
54
52
import static ch .qos .logback .core .joran .JoranConstants .INCLUDED_TAG ;
55
53
56
54
57
- public class IncludeActionTest {
55
+ public class IncludeModelHandlerTest {
58
56
59
57
final static String INCLUDE_KEY = "includeKey" ;
60
58
final static String SUB_FILE_KEY = "subFileKey" ;
You can’t perform that action at this time.
0 commit comments