You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by ciany85 <gi...@git.apache.org> on 2016/02/02 11:48:37 UTC

[GitHub] sling pull request: Implemented methods in the testing jcr-mock mo...

GitHub user ciany85 opened a pull request:

    https://github.com/apache/sling/pull/121

    Implemented methods in the testing jcr-mock module:

    This changes allow the following operations:
    - Add mixin to a node
    - Get node index
    - Get mixin node types
    - Node repositioning (node.orderBefore)
    - Remove mixin
    - Move node

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ciany85/sling trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/sling/pull/121.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #121
    
----
commit 060b4e05cafd81cb5a64d82ad2467f7582b2c726
Author: Danilo Cugia <da...@digitaslbi.com>
Date:   2016-02-02T10:41:49Z

    Implemented methods to allow the following operations:
    - Add mixin to a node
    - Get node index
    - Get mixin node types
    - Node repositioning (node.orderBefore)
    - Remove mixin
    - Move node

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---