mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-1671: Automatic "Versioned By" Relationship
* as versions are record they are automatically connected to previous record version via the "versions" relationship in the file plan. * unit and integration tests * meta-data sotred on record about origional version, for example version label and description git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@89170 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -70,7 +70,6 @@ public class RecordableVersionServiceImplUnitTest extends BaseUnitTest
|
||||
private Map<String, Serializable> versionProperties;
|
||||
|
||||
/** mocked services */
|
||||
@SuppressWarnings("unused")
|
||||
private @Mock(name="versionMigrator") VersionMigrator mockedVersionMigrator;
|
||||
private @Mock(name="dbNodeService") NodeService mockedDbNodeService;
|
||||
|
||||
|
Reference in New Issue
Block a user