mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
commit
5beb148df3
3
makefile
3
makefile
@ -1433,7 +1433,8 @@ endif
|
|||||||
class-name = $(patsubst $(1)/%.class,%,$(2))
|
class-name = $(patsubst $(1)/%.class,%,$(2))
|
||||||
class-names = $(foreach x,$(2),$(call class-name,$(1),$(x)))
|
class-names = $(foreach x,$(2),$(call class-name,$(1),$(x)))
|
||||||
|
|
||||||
test-flags = -Djava.library.path=$(build) -cp $(build)/test
|
test-flags = -Djava.library.path=$(build) \
|
||||||
|
-cp $(build)/test$(target-path-separator)$(build)/extra-dir
|
||||||
|
|
||||||
test-args = $(test-flags) $(input)
|
test-args = $(test-flags) $(input)
|
||||||
|
|
||||||
|
@ -302,14 +302,6 @@ public class Misc {
|
|||||||
(new byte[] { 0, 0, 0, 0 },
|
(new byte[] { 0, 0, 0, 0 },
|
||||||
java.net.InetAddress.getByName("0.0.0.0").getAddress()));
|
java.net.InetAddress.getByName("0.0.0.0").getAddress()));
|
||||||
|
|
||||||
try {
|
|
||||||
java.net.InetAddress.getByName
|
|
||||||
("bs.thisdomaindoesntexistseriouslynoway");
|
|
||||||
throw new AssertionError();
|
|
||||||
} catch (java.net.UnknownHostException e) {
|
|
||||||
// cool
|
|
||||||
}
|
|
||||||
|
|
||||||
expect(! staticRan);
|
expect(! staticRan);
|
||||||
Static.run();
|
Static.run();
|
||||||
expect(staticRan);
|
expect(staticRan);
|
||||||
|
Loading…
Reference in New Issue
Block a user