mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-10334 Merge r30652 from 3.4-BUG-FIX to Head
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30653 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -133,7 +133,7 @@ public class ReplicationServiceIntegrationTest extends TestCase
|
||||
{
|
||||
if (AlfrescoTransactionSupport.getTransactionReadState() != TxnReadState.TXN_NONE)
|
||||
{
|
||||
fail("Dangling transaction detected.");
|
||||
fail("Dangling transaction detected, left by a previous test.");
|
||||
}
|
||||
|
||||
replicationActionExecutor = (ReplicationActionExecutor) ctx.getBean("replicationActionExecutor");
|
||||
@@ -239,6 +239,11 @@ public class ReplicationServiceIntegrationTest extends TestCase
|
||||
{
|
||||
// Ignore
|
||||
}
|
||||
|
||||
if (AlfrescoTransactionSupport.getTransactionReadState() != TxnReadState.TXN_NONE)
|
||||
{
|
||||
fail("Dangling transaction detected, current test failed to tidy up.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user