diff --git a/test/net/azib/ipscan/core/net/PingerRegistryTest.java b/test/net/azib/ipscan/core/net/PingerRegistryTest.java index b3a79cb6..208e1afe 100644 --- a/test/net/azib/ipscan/core/net/PingerRegistryTest.java +++ b/test/net/azib/ipscan/core/net/PingerRegistryTest.java @@ -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