NodeAddMixinTest assumptions on addMixin behaviour --------------------------------------------------
Key: JCR-856 URL: https://issues.apache.org/jira/browse/JCR-856 Project: Jackrabbit Issue Type: Bug Components: JCR TCK Reporter: Julian Reschke Assigned To: Julian Reschke Priority: Minor NodeAddMixinTest.testAddMixinReferencable() assumes that mix:referenceable can be added to the test node type. In practice, the node type may already inherit mix:referenceable, but it may not be active until the node is saved. Thus, a ConstraintViolationException upon addMixin should be catched, and the mixin should be checked after save() again. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.