From e09620c20241f862217247700be2072cdb963333 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 5 Jul 2022 15:34:37 +0200 Subject: [qemu] Make AppTest.setUp() public to JUnit happy --- .../src/test/java/org/openslx/runvirt/plugin/qemu/AppTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/qemu') diff --git a/core/modules/qemu/runvirt-plugin-qemu/src/test/java/org/openslx/runvirt/plugin/qemu/AppTest.java b/core/modules/qemu/runvirt-plugin-qemu/src/test/java/org/openslx/runvirt/plugin/qemu/AppTest.java index 21185b07..2a1041ba 100644 --- a/core/modules/qemu/runvirt-plugin-qemu/src/test/java/org/openslx/runvirt/plugin/qemu/AppTest.java +++ b/core/modules/qemu/runvirt-plugin-qemu/src/test/java/org/openslx/runvirt/plugin/qemu/AppTest.java @@ -20,7 +20,7 @@ import com.ginsberg.junit.exit.ExpectSystemExitWithStatus; public class AppTest { @BeforeAll - private static void setUp() + public static void setUp() { // disable logging with log4j Configurator.setRootLevel( Level.OFF ); -- cgit v1.2.3-55-g7522