Skip to content

Commit 9a4936e

Browse files
author
Simon MacMullen
committed
Update test for sillier demo.
1 parent 1704bc4 commit 9a4936e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ public void testCRLogin() throws IOException {
9292

9393
// We might be running this standalone
9494
if (Arrays.asList(mechanisms).contains("RABBIT-CR-DEMO")) {
95-
loginOk("RABBIT-CR-DEMO", new byte[][] {"guest".getBytes(), "guest".getBytes()} );
96-
loginBad("RABBIT-CR-DEMO", new byte[][] {"guest".getBytes(), "wrong".getBytes()} );
95+
loginOk("RABBIT-CR-DEMO", new byte[][] {"guest".getBytes(), "My password is guest".getBytes()} );
96+
loginBad("RABBIT-CR-DEMO", new byte[][] {"guest".getBytes(), "My password is wrong".getBytes()} );
9797
}
9898
}
9999

0 commit comments

Comments
 (0)