angela created OAK-602:
--------------------------

             Summary: VersionManager is never updated
                 Key: OAK-602
                 URL: https://issues.apache.org/jira/browse/OAK-602
             Project: Jackrabbit Oak
          Issue Type: Sub-task
          Components: jcr
            Reporter: angela


the following test fill will always fail as the version manager
has been created before:

{code}
@Test
    public void testGetVersionHistory() throws Exception {
        testRootNode.addMixin(JcrConstants.MIX_VERSIONABLE);
        superuser.save();

        VersionHistory vh = versionManager.getVersionHistory(testRoot);
    }
{code}

however, it will succeeed if the version manager instance is created
*after* the save call.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to