Set outputchannel after CBA stop() in tests

This commit is contained in:
Ilayaperumal Gopinathan
2015-08-19 08:43:40 -07:00
parent d688dc76bd
commit e5ffdc8334

View File

@@ -81,8 +81,8 @@ public class ChannelBindingAdapterConfigurationTests {
for (OutputChannelBinding channel : channels) {
channel.setTapped(true);
}
this.adapter.setOutputChannels(channels);
this.adapter.stop();
this.adapter.setOutputChannels(channels);
this.adapter.start();
}