[
https://issues.apache.org/jira/browse/JCR-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved JCR-830.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.3
> SetValueBinaryTest: some repositories have constraints on where binary
> properties can be set
> --------------------------------------------------------------------------------------------
>
> Key: JCR-830
> URL: https://issues.apache.org/jira/browse/JCR-830
> Project: Jackrabbit
> Issue Type: Improvement
> Components: JCR TCK
> Reporter: Julian Reschke
> Assigned To: Julian Reschke
> Priority: Minor
> Fix For: 1.3
>
> Attachments: diff.txt
>
>
> For repositories that do only support binary properties in the form of
> jcr:content/jcr:data, the current configurability is not sufficient. To avoid
> more config params, I'd suggest to check for propertyName1 == "jcr:data" &&
> node.hasNode("jcr:content"), and in that case to automatically navigate down
> to the "jcr:content" child node.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.