XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.8
    • jcr
    • None

    Description

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

      @Test
          public void testGetVersionHistory() throws Exception {
              testRootNode.addMixin(JcrConstants.MIX_VERSIONABLE);
              superuser.save();
      
              VersionHistory vh = versionManager.getVersionHistory(testRoot);
          }
      

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

      Attachments

        Activity

          People

            mreutegg Marcel Reutegger
            angela Angela Schreiber
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: