GetReferencesNodeTest test assumptions --------------------------------------
Key: JCR-1110 URL: https://issues.apache.org/jira/browse/JCR-1110 Project: Jackrabbit Issue Type: Bug Components: JCR TCK Reporter: Julian Reschke Priority: Minor Bad test assumptions in GetReferencesNodeTest: 1) In setUp(): there is a primary node type including mixin:versionable. Proposed fix: just create the node, try to add mixin:versionable, check the node type after save. 2) The repository supports non-protected reference properties. Proposed fix: check with AbstractJCRTest's ensureCanSetProperty method, and let NotExecutableException be thrown. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.