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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user