mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merged 2.9 to HEAD
8871: Fix unit test failure (BinaryPassThroughContentTransformerTest) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9007 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -71,7 +71,7 @@ public class BinaryPassThroughContentTransformer extends AbstractContentTransfor
|
||||
}
|
||||
else
|
||||
{
|
||||
if (BinaryPassThroughContentTransformer.class.equals(options.getClass()) == true)
|
||||
if (options == null || TransformationOptions.class.equals(options.getClass()) == true)
|
||||
{
|
||||
// formats are the same and are not text
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user