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:
Alan Davis
2015-01-31 09:58:56 +00:00
parent c5a524e616
commit 162380e105

View File

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