Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

57510: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
      57392: MNT-9805: Transformation server showing user as System
         - Fix build failure
         - Needed to modify the name of the dummy target mimetype in the test, as the code changed in 4.2 as a result of ALF-2875
           to check it matched "image*"


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61840 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-02-11 21:01:45 +00:00
parent f22b1b3fef
commit b4e45ef15c

View File

@@ -465,7 +465,7 @@ public class RenditionServicePermissionsTest
*/ */
private static class MockUserCheckingContentTransformer implements ContentTransformer private static class MockUserCheckingContentTransformer implements ContentTransformer
{ {
public static final String SUPPORTED_TARGET_MIMETYPE = "dummy/dummy"; public static final String SUPPORTED_TARGET_MIMETYPE = "image/dummy";
public static final String TEST_TARGET_CONTENT = "transformed text"; public static final String TEST_TARGET_CONTENT = "transformed text";
private String expectedUsername; private String expectedUsername;