Skip to content

Commit

Permalink
rename IncludeActionTest as IncludeModelHandlerTest
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Apr 10, 2024
1 parent 5a41c89 commit a649c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion logback-classic/src/test/input/fqcn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ ch.qos.logback.core.joran.action.ext.HelloAction
ch.qos.logback.core.joran.action.ext.IncAction
ch.qos.logback.core.joran.action.ext.StackAction
ch.qos.logback.core.joran.action.ext.TouchAction
ch.qos.logback.core.joran.action.IncludeActionTest
ch.qos.logback.core.joran.action.IncludeModelHandlerTest
ch.qos.logback.core.joran.action.PropertyActionTest
ch.qos.logback.core.joran.action.TopElementAction
ch.qos.logback.core.blackbox.joran.conditional.PropertyEvalScriptBuilderTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.xml.sax.SAXParseException;

Expand All @@ -48,13 +47,12 @@
import ch.qos.logback.core.testUtil.FileTestUtil;
import ch.qos.logback.core.testUtil.RandomUtil;
import ch.qos.logback.core.status.testUtil.StatusChecker;
import ch.qos.logback.core.util.StatusPrinter;

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


public class IncludeActionTest {
public class IncludeModelHandlerTest {

final static String INCLUDE_KEY = "includeKey";
final static String SUB_FILE_KEY = "subFileKey";
Expand Down

0 comments on commit a649c60

Please sign in to comment.