You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2013/05/07 11:35:15 UTC

[jira] [Assigned] (OAK-602) VersionManager is never updated

     [ 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