Skip to content
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

[JBIDE-19506] added tests for Connection #1199

Merged
merged 1 commit into from Jun 1, 2016

Conversation

adietish
Copy link
Member

No description provided.

@adietish
Copy link
Member Author

@scabanovich @jcantrill dare to review the cleanup I did in Connection?

public void shouldNotCredentialsEqualIfDifferentPassword() throws Exception {
Connection two = (Connection)connection.clone();
two.setPassword("passwordTwo");
public void should_not_credentialsEqual_if_different_password() throws Exception {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should either, for consistency, use camelcase or underscore. I prefer the later because its more readable, but the former is convension

@jcantrill
Copy link
Contributor

LGTM other then minor nit

@adietish adietish merged commit 2b934cf into jbosstools:master Jun 1, 2016
@adietish adietish deleted the JBIDE-19506 branch June 1, 2016 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants