You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2009/12/16 16:43:18 UTC

[jira] Commented: (CMIS-80) JCR tests: setup fails due to missing mix:unstructured

    [ https://issues.apache.org/jira/browse/CMIS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791409#action_12791409 ] 

Michael Dürig commented on CMIS-80:
-----------------------------------

Currently chemistry-jcr requires a repository with the mix:unstructured mixin. My patch registers such a node type with the repository enabling the test cases to actually run. Some of them even pass! While requiring mix:unstructured might not be desired in the long run, I think the patch can help to identify other problem with chemistry-jcr. 

> JCR tests: setup fails due to missing mix:unstructured
> ------------------------------------------------------
>
>                 Key: CMIS-80
>                 URL: https://issues.apache.org/jira/browse/CMIS-80
>             Project: Chemistry
>          Issue Type: Bug
>          Components: jcr
>            Reporter: Michael Dürig
>         Attachments: CMIS-80.patch
>
>
> As noted in CMIS-73 the tests don't pass because in JcrNewFolder save() tries to do a node.addMixin("mix:unstructured") which doesn't work as this mixin is not defined.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.