mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
do not create gui, so that these tests can run on mac
This commit is contained in:
parent
2140e2bf76
commit
dd4cb886bf
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user