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:
Jonathan Anstey 2011-10-05 17:20:31 +00:00
parent 2f4d11f9b0
commit c4222aa588
1 changed files with 2 additions and 2 deletions

View File

@ -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 {
}
};
}
}
}