Merge branch 'work'

This commit is contained in:
David Syer
2010-05-04 06:45:51 +00:00
parent 5dfa2d48f3
commit e9306a3347
6 changed files with 19 additions and 28 deletions

View File

@@ -48,7 +48,7 @@ public class ResequencerTests {
@Before
public void configureResequencer() {
this.resequencer = new CorrelatingMessageHandler(processor, store, processor, processor);
this.resequencer = new CorrelatingMessageHandler(processor, store, null, processor);
}
@Test