@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());
// The checkpoint contains empty string values for the UUIDs and
// the current time for the dates.
assertFalse(cp.isEmpty());
assertEquals("", cp.getString(JsonField.UUID));