Skip to content

Commit

Permalink
Issue checkstyle#10844: UT output should be silent
Browse files Browse the repository at this point in the history
  • Loading branch information
amarlearning authored and romani committed Oct 8, 2021
1 parent b136752 commit 6396021
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,18 @@
import java.util.List;

import org.apache.commons.io.IOUtils;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;

import com.puppycrawl.tools.checkstyle.AbstractPathTestSupport;

public class XmlMetaReaderTest extends AbstractPathTestSupport {

@BeforeAll
public static void init() {
System.setProperty("org.slf4j.simpleLogger.log.org.reflections", "off");
}

@Override
protected String getPackageLocation() {
return "com/puppycrawl/tools/checkstyle/meta/xmlmetareader";
Expand Down

0 comments on commit 6396021

Please sign in to comment.