mirror of https://github.com/apache/activemq.git
rename incorrect test method
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1179333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f4d11f9b0
commit
c4222aa588
|
@ -38,7 +38,7 @@ public class JmsSimpleRequestReplyTest extends CamelTestSupport {
|
|||
protected String componentName = "activemq";
|
||||
|
||||
@Test
|
||||
public void testRequestReply2Messages() throws Exception {
|
||||
public void testRequestReply() throws Exception {
|
||||
MockEndpoint result = getMockEndpoint("mock:result");
|
||||
result.expectedMessageCount(1);
|
||||
|
||||
|
@ -80,4 +80,4 @@ public class JmsSimpleRequestReplyTest extends CamelTestSupport {
|
|||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue