mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Review RM-223 feedback
* relates to RM-2562 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@119692 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -89,11 +89,11 @@ public class DeleteRecordVersionTest extends RecordableVersionsBaseTest
|
||||
assertEquals(1, versionHistory.getAllVersions().size());
|
||||
|
||||
// check the recorded version is not marked as destroyed
|
||||
Version version = versionHistory.getHeadVersion();
|
||||
assertNotNull(version);
|
||||
assertFalse(recordableVersionService.isRecordedVersionDestroyed(version));
|
||||
|
||||
Version head = versionHistory.getHeadVersion();
|
||||
assertNotNull(head);
|
||||
assertFalse(recordableVersionService.isRecordedVersionDestroyed(head));
|
||||
|
||||
// check the version record
|
||||
NodeRef record = recordableVersionService.getVersionRecord(head);
|
||||
assertTrue(recordService.isRecord(record));
|
||||
|
||||
|
Reference in New Issue
Block a user