if (!rp.markFailed(testDoc)) {
fail("markFailed returned false");
}
MongoDocumentID mid = MongoDocumentID.getDocumentID(testDoc.getID().toJSON());
if(dbc.getDocumentReader().getDocumentById(mid)!=null) {
fail("Document was found even though markFailed had been called");
}
testDoc = rp.getDocument(lq);