summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu
diff options
context:
space:
mode:
authorSimon Rettberg2022-07-05 15:34:37 +0200
committerSimon Rettberg2022-07-05 15:34:37 +0200
commite09620c20241f862217247700be2072cdb963333 (patch)
treeb7f70b28c3d148bbd7b800a8b681234609d5e455 /core/modules/qemu
parent[vmware-common] Push vmware max hwVersion to 19 (diff)
downloadmltk-e09620c20241f862217247700be2072cdb963333.tar.gz
mltk-e09620c20241f862217247700be2072cdb963333.tar.xz
mltk-e09620c20241f862217247700be2072cdb963333.zip
[qemu] Make AppTest.setUp() public to JUnit happy
Diffstat (limited to 'core/modules/qemu')
-rw-r--r--core/modules/qemu/runvirt-plugin-qemu/src/test/java/org/openslx/runvirt/plugin/qemu/AppTest.java2
1 files changed, 1 insertions, 1 deletions
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 );