Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2362ED0B9 for ; Mon, 2 Jul 2012 13:37:26 +0000 (UTC) Received: (qmail 37706 invoked by uid 500); 2 Jul 2012 13:37:26 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 37633 invoked by uid 500); 2 Jul 2012 13:37:24 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 36984 invoked by uid 99); 2 Jul 2012 13:37:22 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2012 13:37:22 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 992A114284F for ; Mon, 2 Jul 2012 13:37:22 +0000 (UTC) Date: Mon, 2 Jul 2012 13:37:22 +0000 (UTC) From: "Kevin Earls (JIRA)" To: dev@activemq.apache.org Message-ID: <1633846858.441.1341236242629.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (AMQ-3908) StompSslAuthTest.testSubscribeWithReceiptNotAuthorized() fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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