Skip to content

Commit a649c60

Browse files
committed
rename IncludeActionTest as IncludeModelHandlerTest
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 5a41c89 commit a649c60

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

logback-classic/src/test/input/fqcn.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ ch.qos.logback.core.joran.action.ext.HelloAction
877877
ch.qos.logback.core.joran.action.ext.IncAction
878878
ch.qos.logback.core.joran.action.ext.StackAction
879879
ch.qos.logback.core.joran.action.ext.TouchAction
880-
ch.qos.logback.core.joran.action.IncludeActionTest
880+
ch.qos.logback.core.joran.action.IncludeModelHandlerTest
881881
ch.qos.logback.core.joran.action.PropertyActionTest
882882
ch.qos.logback.core.joran.action.TopElementAction
883883
ch.qos.logback.core.blackbox.joran.conditional.PropertyEvalScriptBuilderTest

logback-core/src/test/java/ch/qos/logback/core/joran/action/IncludeActionTest.java renamed to logback-core/src/test/java/ch/qos/logback/core/joran/action/IncludeModelHandlerTest.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import org.junit.jupiter.api.AfterEach;
2828
import org.junit.jupiter.api.Assertions;
2929
import org.junit.jupiter.api.BeforeEach;
30-
import org.junit.jupiter.api.Disabled;
3130
import org.junit.jupiter.api.Test;
3231
import org.xml.sax.SAXParseException;
3332

@@ -48,13 +47,12 @@
4847
import ch.qos.logback.core.testUtil.FileTestUtil;
4948
import ch.qos.logback.core.testUtil.RandomUtil;
5049
import ch.qos.logback.core.status.testUtil.StatusChecker;
51-
import ch.qos.logback.core.util.StatusPrinter;
5250

5351
import static ch.qos.logback.core.joran.JoranConstants.CONFIGURATION_TAG;
5452
import static ch.qos.logback.core.joran.JoranConstants.INCLUDED_TAG;
5553

5654

57-
public class IncludeActionTest {
55+
public class IncludeModelHandlerTest {
5856

5957
final static String INCLUDE_KEY = "includeKey";
6058
final static String SUB_FILE_KEY = "subFileKey";

0 commit comments

Comments
 (0)