moved MessagingTemplateTests into core package from channel (since MessagingTemplate itself has moved)

This commit is contained in:
Mark Fisher
2010-09-03 03:02:58 +00:00
parent 8a6ba97c1f
commit 4677615b5a

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.integration.channel;
package org.springframework.integration.core;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
@@ -35,6 +35,10 @@ import org.junit.Test;
import org.springframework.context.support.StaticApplicationContext;
import org.springframework.integration.Message;
import org.springframework.integration.MessageChannel;
import org.springframework.integration.channel.AbstractMessageChannel;
import org.springframework.integration.channel.DirectChannel;
import org.springframework.integration.channel.MapBasedChannelResolver;
import org.springframework.integration.channel.QueueChannel;
import org.springframework.integration.core.MessagingTemplate;
import org.springframework.integration.core.PollableChannel;
import org.springframework.integration.core.SubscribableChannel;