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

104368: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
      104301: Merged DEV to 5.0.N (5.0.2)
         104289: MNT-14052 : CLONE - <filter-activities> config doesn't work in share
                    -added method to set the ignored-types pots


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@104524 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tatyana Valkevych
2015-05-19 15:14:18 +00:00
parent 79e65e0023
commit 7bdcab15bc
3 changed files with 33 additions and 9 deletions

View File

@@ -100,7 +100,10 @@ public class ActivityServiceImplTest extends TestCase
activityService.postActivity("org.alfresco.testActivityType2", "", "", "");
activityService.postActivity("org.alfresco.testActivityType3", "site1", "appToolA", "{ \"var1\" : \"val1\" }");
}
// ignore posting this type even though its valid
activityService.postActivity("file-previewed", "site1", "appToolA", "{ \"var1\" : \"val1\" }");
}
public void testPostInvalidActivities() throws Exception
{