-
Notifications
You must be signed in to change notification settings - Fork 883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5571migrate tests to junit5 #6121
Conversation
Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Signed-off-by: Fabio Pirola <fspirola@gmail.com>
|
.vscode/settings.json
Outdated
@@ -0,0 +1,3 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please exclude IDE files from commits
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IDE files removed from commit. Include .vscode/ in gitignore
@@ -500,7 +500,7 @@ public void toURI_WithHostnameShouldWorkWhenDnsEnabledAndUpdateEnabled() | |||
"enode://" | |||
+ VALID_NODE_ID | |||
+ "@" | |||
+ InetAddress.getLocalHost().getCanonicalHostName() | |||
+ InetAddress.getLocalHost().getHostName() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this related to Junit5 port?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, just a mistake.
Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Signed-off-by: Fabio Pirola <fspirola@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
this one is superseded by #5571 - right? can this one be closed? |
Yes, #5571 can be closed. |
closing this one as it's a subset of #5571 |
PR description
issue #5571
Fixed Issue(s)