ignoredDocument = docList.nextDocument();
assertEquals("a while ago", docList.checkpoint());
ignoredDocument = docList.nextDocument();
assertEquals("just the other day", docList.checkpoint());
ignoredDocument = docList.nextDocument();
assertEquals("right now", docList.checkpoint());
}
public void testTraversesDocumentsGivenToConstructor()
throws RepositoryException {
Document docA = makeDocument();