Skip to content

Commit

Permalink
more comprehensive merge sequence tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrl committed May 15, 2014
1 parent b51f0f7 commit 3a17a60
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,19 +323,6 @@ public void testOne() throws Exception
)
);

Yielder<Integer> yielder = seq1.toYielder(
null,
new YieldingAccumulator<Integer, Integer>()
{
@Override
public Integer accumulate(Integer accumulated, Integer in)
{
yield();
return in;
}
}
);

Assert.assertFalse(yielder.isDone());
SequenceTestHelper.testAll(seq1, Arrays.asList(1));
}
}

0 comments on commit 3a17a60

Please sign in to comment.