mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
87390: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) << SteveG requested these commist be merged to HEAD >> 87255: ACE-2928 : Secondary Type id "P:sys:localized" is invalid Re-instated the sys:localized aspect, deleted in r80397. 87367: ACE-2928 : Secondary Type id "P:sys:localized" is invalid Removed unnecessary check in the test. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@87391 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1845,8 +1845,7 @@ public class TestCMIS extends EnterpriseTestApi
|
|||||||
{
|
{
|
||||||
System.out.println(mandatoryAspect);
|
System.out.println(mandatoryAspect);
|
||||||
}
|
}
|
||||||
assertEquals(1, mandatoryAspects.size());
|
assertTrue("The aspects should have P:cm:generalclassifiable", mandatoryAspects.contains("P:cm:generalclassifiable"));
|
||||||
assertEquals("P:cm:generalclassifiable", mandatoryAspects.get(0));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Reference in New Issue
Block a user