Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unit Test Broken
Description
The StompSslAuthTest.testSubscribeWithReceiptNotAuthorized() fails at the following assertion:
frame = stompConnection.receiveFrame();
assertTrue(frame.startsWith("ERROR"));
The frame it actually gets is:
RECEIPT
receipt-id:1
Note: this testcase succeeds when run as part of StompTest.