mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge V3.2 To HEAD
17894 : Merge from NEILM to V3.2 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18233 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -295,11 +295,12 @@ public class RuleServiceCoverageTest extends TestCase
|
||||
100,
|
||||
new AsyncTest()
|
||||
{
|
||||
public boolean executeTest()
|
||||
public String executeTest()
|
||||
{
|
||||
return RuleServiceCoverageTest.this.nodeService.hasAspect(
|
||||
boolean result = RuleServiceCoverageTest.this.nodeService.hasAspect(
|
||||
newNodeRef,
|
||||
ContentModel.ASPECT_VERSIONABLE);
|
||||
return result ? "" : "Expected aspect Versionable";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user