mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user