mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for ALF-4595. Incorrect behaviour of some folders' metadata.
Needed to disable audit behaviour when creating rendition child nodes. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22514 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -32,6 +32,7 @@ import junit.framework.TestCase;
|
||||
|
||||
import org.alfresco.model.ContentModel;
|
||||
import org.alfresco.repo.action.executer.ActionExecuter;
|
||||
import org.alfresco.repo.policy.BehaviourFilter;
|
||||
import org.alfresco.repo.rendition.RenditionDefinitionImpl;
|
||||
import org.alfresco.repo.rendition.executer.AbstractRenderingEngine.RenderingContext;
|
||||
import org.alfresco.service.cmr.rendition.RenditionDefinition;
|
||||
@@ -64,6 +65,7 @@ public class AbstractRenderingEngineTest extends TestCase
|
||||
engine = new TestRenderingEngine();
|
||||
engine.setContentService(contentService);
|
||||
engine.setNodeService(nodeService);
|
||||
engine.setBehaviourFilter(mock(BehaviourFilter.class));
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
|
Reference in New Issue
Block a user