mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-25 16:05:28 -04:00
Change default port, Add ip to args, pass namespace to messageModule
This commit is contained in:
parent
d72d7299df
commit
3033a19b46
9 changed files with 73 additions and 32 deletions
|
@ -36,6 +36,7 @@ public class ViewLoaderTests {
|
|||
|
||||
public static class TestApp extends Application {
|
||||
static Stage primaryStage;
|
||||
|
||||
@Override
|
||||
public void start(Stage primaryStage) throws Exception {
|
||||
TestApp.primaryStage = primaryStage;
|
||||
|
@ -58,7 +59,7 @@ public class ViewLoaderTests {
|
|||
|
||||
@Before
|
||||
public void setUp() {
|
||||
Injector injector = Guice.createInjector(new MainModule("testApp", TestApp.primaryStage));
|
||||
Injector injector = Guice.createInjector(new MainModule("testApp", null, TestApp.primaryStage));
|
||||
ViewLoader.setInjector(injector);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue