8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our 8000 documentation.
There was an error while loading. Please reload this page.
1 parent 0c6bf3f commit 98ad4d7Copy full SHA for 98ad4d7
test/src/com/rabbitmq/client/test/functional/SaslMechanisms.java
@@ -70,8 +70,6 @@ public SaslMechanism getSaslMechanism(String[] mechanisms) {
70
}
71
72
73
- // TODO test gibberish examples. ATM the server is not very robust.
74
-
75
public void testPlainLogin() throws IOException, TimeoutException {
76
loginOk("PLAIN", new byte[][] {"\0guest\0guest".getBytes()} );
77
loginBad("PLAIN", new byte[][] {"\0guest\0wrong".getBytes()} );
0 commit comments