mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.0/Cloud)
88170: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 87992: MNT-12367 : Relaxed mode for mandatory association not possible Fixed failed test. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94564 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -184,7 +184,9 @@ public class IncompleteNodeTaggerTest extends TestCase
|
||||
public void testCreateWithoutAssoc() throws Exception
|
||||
{
|
||||
NodeRef nodeRef = createNode("abc", IntegrityTest.TEST_TYPE_WITH_NON_ENFORCED_CHILD_ASSOCS, properties);
|
||||
checkTagging(nodeRef, true);
|
||||
// The node should not be tagged as by default it has enforced=true
|
||||
// see IncompleteNodeTagger.checkProperties(Collection<PropertyDefinition>, Map<QName, Serializable>)
|
||||
checkTagging(nodeRef, false);
|
||||
}
|
||||
|
||||
public void testCreateWithAssoc() throws Exception
|
||||
|
Reference in New Issue
Block a user