Michael Dürig created OAK-93:
--------------------------------

             Summary: Tree has wrong parent after move
                 Key: OAK-93
                 URL: https://issues.apache.org/jira/browse/OAK-93
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: core
            Reporter: Michael Dürig
            Assignee: Michael Dürig


After a move operation Tree.getParent() still returns the old parent.

{code}
Tree x = r.getChild("x");
Tree y = r.getChild("y");

root.move("x", "y/x");
assertEquals("y", x.getParent().getName());  // Fails
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to