QpidBrokerTestCase#isExternalBroker uses incorrect logic to determine if testing with separately Broker process ---------------------------------------------------------------------------------------------------------------
Key: QPID-3712 URL: https://issues.apache.org/jira/browse/QPID-3712 Project: Qpid Issue Type: Bug Components: Java Tests Affects Versions: 0.15 Reporter: Keith Wall Assignee: Keith Wall Priority: Minor QpidBrokerTestCase#isExternalBroker allows system tests to determine if they are running with an external (that is, a separately spawned Broker process), rather than a (Java) Broker within the same VM as the junit test. Logic currently uses expression !_brokerType.equals("vm"), which is a hang-over from when we used to test using Mina in-VM protocol. This problem contributed to QPID-3566. -- 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 --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org