Updated test configuration for stdout and stderr Channel Adapter parsing.
This commit is contained in:
@@ -7,12 +7,14 @@
|
||||
http://www.springframework.org/schema/integration
|
||||
http://www.springframework.org/schema/integration/spring-integration-1.0.xsd">
|
||||
|
||||
<console-target id="targetWithDefaultCharset"/>
|
||||
<channel id="testChannel"/>
|
||||
|
||||
<console-target id="targetWithProvidedCharset" charset="UTF-8"/>
|
||||
<stdout-channel-adapter id="targetWithDefaultCharset" channel="testChannel"/>
|
||||
|
||||
<console-target id="stderrTarget" error="true"/>
|
||||
<stdout-channel-adapter id="targetWithProvidedCharset" charset="UTF-8" channel="testChannel"/>
|
||||
|
||||
<console-target id="newlineTarget" append-newline="true"/>
|
||||
<stderr-channel-adapter id="stderrTarget" channel="testChannel"/>
|
||||
|
||||
<stdout-channel-adapter id="newlineTarget" append-newline="true" channel="testChannel"/>
|
||||
|
||||
</beans:beans>
|
||||
@@ -7,6 +7,6 @@
|
||||
http://www.springframework.org/schema/integration
|
||||
http://www.springframework.org/schema/integration/spring-integration-1.0.xsd">
|
||||
|
||||
<console-target id="targetWithInvalidCharset" charset="invalid-charset-name"/>
|
||||
<stdout-channel-adapter id="targetWithInvalidCharset" charset="invalid-charset-name"/>
|
||||
|
||||
</beans:beans>
|
||||
Reference in New Issue
Block a user