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:
Hiram R. Chirino 2006-03-03 21:28:41 +00:00
parent 202b3efb96
commit 1882e545a5
1 changed files with 0 additions and 2 deletions

View File

@ -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() {