Merge pull request #35 from olegz/INT-2011

fixed ReseqencerParserTests that was broken due to the change in method names in MaxValueReleaseStrategy
This commit is contained in:
Mark Fisher
2011-08-24 16:18:28 -04:00

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"/>