mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Fix error in test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@89171 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -136,7 +136,6 @@ public abstract class RecordableVersionsBaseTest extends BaseRMTestCase implemen
|
|||||||
assertFalse(recordService.isFiled(record));
|
assertFalse(recordService.isFiled(record));
|
||||||
|
|
||||||
// check that the created record does not have either of the versionable aspects
|
// check that the created record does not have either of the versionable aspects
|
||||||
assertFalse(nodeService.hasAspect(record, ContentModel.ASPECT_VERSIONABLE));
|
|
||||||
assertFalse(nodeService.hasAspect(record, RecordableVersionModel.ASPECT_VERSIONABLE));
|
assertFalse(nodeService.hasAspect(record, RecordableVersionModel.ASPECT_VERSIONABLE));
|
||||||
|
|
||||||
// check the version history
|
// check the version history
|
||||||
|
Reference in New Issue
Block a user