mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typos
See gh-2019
This commit is contained in:
@@ -272,7 +272,7 @@ public class JmsTemplateTests {
|
||||
}
|
||||
|
||||
/**
|
||||
* Test seding to a destination using the method
|
||||
* Test sending to a destination using the method
|
||||
* send(String d, MessageCreator messageCreator)
|
||||
*/
|
||||
@Test
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@ public class JmsGatewaySupportTests {
|
||||
gateway.afterPropertiesSet();
|
||||
assertEquals("Correct ConnectionFactory", mockConnectionFactory, gateway.getConnectionFactory());
|
||||
assertEquals("Correct JmsTemplate", mockConnectionFactory, gateway.getJmsTemplate().getConnectionFactory());
|
||||
assertEquals("initGatway called", 1, test.size());
|
||||
assertEquals("initGateway called", 1, test.size());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ import static org.mockito.BDDMockito.*;
|
||||
public class JmsDestinationAccessorTests {
|
||||
|
||||
@Test
|
||||
public void testChokesIfDestinationResolverIsetToNullExplcitly() throws Exception {
|
||||
public void testChokesIfDestinationResolverIsetToNullExplicitly() throws Exception {
|
||||
ConnectionFactory connectionFactory = mock(ConnectionFactory.class);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user