INT-2011 fixed ReseqencerParserTests that was broken due to the change in method names in MaxValueReleaseStrategy

This commit is contained in:
Oleg Zhurakousky
2011-08-24 16:13:12 -04:00
parent 4f131e2d34
commit 65b50ba002

View File

@@ -53,7 +53,7 @@
<resequencer id="resequencerWithReleaseStrategy"
input-channel="inputChannel6"
release-strategy="pojoReleaseStrategy"
release-strategy-method="checkCompleteness"/>
release-strategy-method="checkCompletenessAsList"/>
<beans:bean id="testComparator"
class="org.springframework.integration.config.ResequencerParserTests$TestComparator"/>