mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
Remove hardcoded path from ViewLoaderTests
This commit is contained in:
parent
50046b6adc
commit
63b7e254d7
1 changed files with 0 additions and 7 deletions
|
@ -88,13 +88,6 @@ public class ViewLoaderTests {
|
|||
new FxmlViewLoader(viewFactory, resourceBundle).load(uri);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void loadingValidFxmlResourceShouldNotThrow() throws MalformedURLException {
|
||||
String path = "/Users/cbeams/Desktop/bitsquare/bitsquare/build/resources/main/" +
|
||||
"io/bitsquare/gui/main/account/AccountView.fxml";
|
||||
new FxmlViewLoader(viewFactory, resourceBundle).load(new File(path).toURI().toURL());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void loadingFromValidFxmlViewClassShouldNotThrow() {
|
||||
new FxmlViewLoader(viewFactory, resourceBundle).load(FundsView.class);
|
||||
|
|
Loading…
Add table
Reference in a new issue