while(iter.hasNext()) {
sources2.add(iter.next());
}
SourceWaterMarksClock clock2 = new SourceWaterMarksClock(sources2, _sourceWaterMarks);
assertTrue(_clock.current().compareTo(clock2.current()) == Occurred.EQUICONCURRENTLY);
}
public void testFlush() {
Iterator<String> iter;