mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Test fix (RepoAdminServiceImplTest.testConcurrentDynamicModelDelete)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20697 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -50,7 +50,6 @@ import org.alfresco.util.Pair;
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
import org.springframework.context.ApplicationEvent;
|
||||
import org.springframework.dao.ConcurrencyFailureException;
|
||||
import org.springframework.extensions.surf.util.AbstractLifecycleBean;
|
||||
|
||||
/**
|
||||
@@ -285,10 +284,10 @@ public class DictionaryRepositoryBootstrap extends AbstractLifecycleBean impleme
|
||||
// ignore - model no longer exists
|
||||
if (logger.isDebugEnabled())
|
||||
{
|
||||
logger.debug("onDictionaryInit: "+inre+" (assume concurrency failure)");
|
||||
logger.debug("onDictionaryInit: "+inre+" (assume concurrently deleted)");
|
||||
}
|
||||
|
||||
throw new ConcurrencyFailureException(inre.getMessage());
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user