REPO-1682 / MNT-15447: getCurrentVersion(node) throws ConcurrencyFailureException after creating multiple versions of a node

- Changes after review (broader check on the type of node + formatting).

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@133902 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ancuta Morarasu
2016-12-19 18:37:05 +00:00
parent dd552a22a9
commit dd08919347
3 changed files with 66 additions and 67 deletions

View File

@@ -337,8 +337,8 @@ public class VersionServiceImplTest extends BaseVersionStoreTest
}
/**
* Test retrieving the current version for a node with multiple versions
*/
* Test retrieving the current version for a node with multiple versions
*/
public void testGetCurrentVersion()
{
NodeRef versionableNode = createNewVersionableNode();
@@ -367,8 +367,6 @@ public class VersionServiceImplTest extends BaseVersionStoreTest
}
}
// TODO test versioning numberious times with branches implies by different workspaces
/**
* Test versioning the children of a versionable node
*/