Bump SI version to 5.2.0.BUILD-SNAPSHOT

This commit is contained in:
Mahmoud Ben Hassine
2019-03-21 09:55:49 +01:00
parent 4d39806820
commit d620012ebd
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ public class RemoteChunkingParserTests {
FactoryBean serviceActivatorFactoryBean = applicationContext.getBean(ServiceActivatorFactoryBean.class);
assertNotNull("ServiceActivatorFactoryBean must not be null", serviceActivatorFactoryBean);
assertNotNull("Output channel must not be null", TestUtils.getPropertyValue(serviceActivatorFactoryBean, "outputChannel"));
assertNotNull("Output channel name must not be null", TestUtils.getPropertyValue(serviceActivatorFactoryBean, "outputChannelName"));
MessageChannel inputChannel = applicationContext.getBean("requests", MessageChannel.class);
assertNotNull("Input channel must not be null", inputChannel);