do not create gui, so that these tests can run on mac

This commit is contained in:
Anton Keks 2022-01-16 22:53:33 +02:00
parent 2140e2bf76
commit dd4cb886bf

View File

@ -17,7 +17,7 @@ public class PingerRegistryTest {
@Before
public void setUp() throws Exception {
System.setProperty("java.library.path", "../swt/lib");
registry = new PingerRegistry(config, new ComponentRegistry().init());
registry = new PingerRegistry(config, new ComponentRegistry().init(false));
}
@Test