Skip to content

Commit

Permalink
remove JaninoEventEvaluator
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <[email protected]>
  • Loading branch information
ceki committed Dec 28, 2024
1 parent c84e7d8 commit c17e588
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 664 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import ch.qos.logback.core.testUtil.RandomUtil;
import ch.qos.logback.core.testUtil.StringListAppender;
import ch.qos.logback.core.util.StatusPrinter;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertEquals;
Expand Down Expand Up @@ -68,6 +69,7 @@ public void eval() throws JoranException {
assertTrue(str1.contains(" DEBUG - hello world"));
}

@Disabled
@Test
public void testEvaluatorFilter() throws JoranException {
configure(BlackboxClassicTestConstants.JORAN_INPUT_PREFIX + "evaluatorFilter.xml");
Expand All @@ -86,6 +88,7 @@ public void testEvaluatorFilter() throws JoranException {
assertEquals("hello", back.getMessage());
}

@Disabled
@Test
public void testEvaluatorFilterWithImports() throws JoranException {
configure(BlackboxClassicTestConstants.JORAN_INPUT_PREFIX + "evaluatorFilterWithImports.xml");
Expand Down
2 changes: 1 addition & 1 deletion logback-classic-blackbox/src/test/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
requires org.junit.jupiter.engine;
requires org.slf4j;

exports ch.qos.logback.classic.blackbox.boolex;
requires java.logging;

exports ch.qos.logback.classic.blackbox.joran;
exports ch.qos.logback.classic.blackbox.joran.conditional;
Expand Down
Loading

0 comments on commit c17e588

Please sign in to comment.