8000 Remove outdated comment (from 2010) · panchenko/rabbitmq-java-client@98ad4d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 98ad4d7

Browse files
Remove outdated comment (from 2010)
1 parent 0c6bf3f commit 98ad4d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/src/com/rabbitmq/client/test/functional/SaslMechanisms.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ public SaslMechanism getSaslMechanism(String[] mechanisms) {
7070
}
7171
}
7272

73-
// TODO test gibberish examples. ATM the server is not very robust.
74-
7573
public void testPlainLogin() throws IOException, TimeoutException {
7674
loginOk("PLAIN", new byte[][] {"\0guest\0guest".getBytes()} );
7775
loginBad("PLAIN", new byte[][] {"\0guest\0wrong".getBytes()} );

0 commit comments

Comments
 (0)
0