Community
Participate
Working Groups
MEMStore.handleRevisions() does not exclude detached revisions. That's why these new test cases currently fail: OCLQueryTest.testDeletedObject() OCLQueryTest.testAuditWithDetachedObject()
Adding: if (revision instanceof DetachedCDORevision) { return true; }
Committed revision 7613
Available in R20110608-1407