Description
the following test fails with
"UnsupportedRepositoryOperationException: Node does not have a version history: /testroot"
although the version history exists and is accessible both by
UUID and from the jcr VersionManager.
@Test public void testGetVersionHistoryFromNode() throws Exception { testRootNode.addMixin(JcrConstants.MIX_VERSIONABLE); superuser.save(); VersionHistory vh = testRootNode.getVersionHistory(); }