corrected reversed test method names

This commit is contained in:
Mark Fisher
2012-01-03 11:30:45 -05:00
parent 85ea4f6411
commit f3155f86fa

View File

@@ -51,7 +51,7 @@ public class PublisherAnnotationAdvisorTests {
@Test
public void annotationAtMethodLevel() {
public void annotationAtMethodLevelOnVoidReturnWithParamAnnotation() {
PublisherAnnotationAdvisor advisor = new PublisherAnnotationAdvisor();
advisor.setBeanFactory(context);
QueueChannel testChannel = context.getBean("testChannel", QueueChannel.class);
@@ -65,7 +65,7 @@ public class PublisherAnnotationAdvisorTests {
}
@Test
public void annotationAtMethodLevelOnVoidReturnWithParamAnnotation() {
public void annotationAtMethodLevel() {
PublisherAnnotationAdvisor advisor = new PublisherAnnotationAdvisor();
advisor.setBeanFactory(context);
QueueChannel testChannel = context.getBean("testChannel", QueueChannel.class);