Kevin Earls created AMQ-3908:
--------------------------------

             Summary: StompSslAuthTest.testSubscribeWithReceiptNotAuthorized() 
fails
                 Key: AMQ-3908
                 URL: https://issues.apache.org/jira/browse/AMQ-3908
             Project: ActiveMQ
          Issue Type: Bug
          Components: Test Cases
            Reporter: Kevin Earls
            Priority: Minor


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.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to