You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Fix tests on Java 21 or newer; replace InetAddress mocking code
Some unit tests work with fake ("mocked") InetAddress objects, which are
currently assembled via mockito. With Java 21 and newer, this is no
longer possible.
Replace the mocking code with direct calls to
InetAddress.getByAddress(String,byte[]).
Fixes#144
Signed-off-by: Christian Kohlschütter <[email protected]>
0 commit comments