INT-1076 The <payload-type-router/> element no longer accepts an 'ignore-channel-name-resolution-failures' attribute.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2009 the original author or authors.
|
||||
* Copyright 2002-2010 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -84,9 +84,9 @@ public class PayloadTypeRouterParserTests {
|
||||
"<beans:beans xmlns=\"http://www.springframework.org/schema/integration\"" +
|
||||
" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:beans=\"http://www.springframework.org/schema/beans\"" +
|
||||
" xsi:schemaLocation=\"http://www.springframework.org/schema/beans" +
|
||||
" http://www.springframework.org/schema/beans/spring-beans-2.5.xsd" +
|
||||
" http://www.springframework.org/schema/beans/spring-beans.xsd" +
|
||||
" http://www.springframework.org/schema/integration" +
|
||||
" http://www.springframework.org/schema/integration/spring-integration-1.0.xsd\">" +
|
||||
" http://www.springframework.org/schema/integration/spring-integration.xsd\">" +
|
||||
" <channel id=\"routingChannel\" />" +
|
||||
" <payload-type-router input-channel=\"routingChannel\">" +
|
||||
" <mapping type=\"FAKE_TYPE\" channel=\"channel1\" />" +
|
||||
@@ -98,9 +98,9 @@ public class PayloadTypeRouterParserTests {
|
||||
"<beans:beans xmlns=\"http://www.springframework.org/schema/integration\"" +
|
||||
" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:beans=\"http://www.springframework.org/schema/beans\"" +
|
||||
" xsi:schemaLocation=\"http://www.springframework.org/schema/beans" +
|
||||
" http://www.springframework.org/schema/beans/spring-beans-2.5.xsd" +
|
||||
" http://www.springframework.org/schema/beans/spring-beans.xsd" +
|
||||
" http://www.springframework.org/schema/integration" +
|
||||
" http://www.springframework.org/schema/integration/spring-integration-1.0.xsd\">" +
|
||||
" http://www.springframework.org/schema/integration/spring-integration.xsd\">" +
|
||||
" <channel id=\"routingChannel\" />" +
|
||||
" <payload-type-router input-channel=\"routingChannel\"/>" +
|
||||
"</beans:beans>";
|
||||
|
||||
Reference in New Issue
Block a user