mirror of https://github.com/apache/activemq.git
fix testcase
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@382936 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
202b3efb96
commit
1882e545a5
|
@ -91,7 +91,6 @@ public class MessageEndpointProxyTest extends MockObjectTestCase {
|
|||
mockEndpoint.expects(once()).method("onMessage").with(same(stubMessage.proxy()))
|
||||
.will(throwException(new RuntimeException()));
|
||||
setupAfterDeliverySuccessful();
|
||||
setupExpectRelease();
|
||||
|
||||
doBeforeDeliveryExpectSuccess();
|
||||
try {
|
||||
|
@ -102,7 +101,6 @@ public class MessageEndpointProxyTest extends MockObjectTestCase {
|
|||
}
|
||||
doAfterDeliveryExpectSuccess();
|
||||
|
||||
doFullyDeadCheck();
|
||||
}
|
||||
|
||||
public void testAfterDeliveryFailure() {
|
||||
|
|
Loading…
Reference in New Issue