* documents. That's silly, of course, since it means the repository
* is empty, but it describes the behavior of the checkpoint strings
* in that case.
*/
public void testEmptyCheckpointWithoutNextDocument() throws Exception {
@SuppressWarnings("unchecked") IObjectStore os =
newObjectStore("MockObjectStore", DatabaseType.MSSQL,
new HashMap<IId, IBaseObject>());
DocumentList docList = new FileDocumentList(newEmptyObjectSet(),
newEmptyObjectSet(), newEmptyObjectSet(), os, connec, new Checkpoint());
Checkpoint cp = new Checkpoint(docList.checkpoint());