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:
Alan Davis
2014-10-07 13:54:45 +00:00
parent 2563b632a2
commit 80aab65e53

View File

@@ -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