[ 
https://issues.apache.org/jira/browse/OAK-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcel Reutegger reassigned OAK-602:
------------------------------------

    Assignee: Marcel Reutegger
    
> 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
>            Assignee: Marcel Reutegger
>
> 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