diff --git a/source/java/org/alfresco/repo/cache/CacheTest.java b/source/java/org/alfresco/repo/cache/CacheTest.java index 69aba592af..c4b27c9be7 100644 --- a/source/java/org/alfresco/repo/cache/CacheTest.java +++ b/source/java/org/alfresco/repo/cache/CacheTest.java @@ -260,15 +260,6 @@ public class CacheTest extends TestCase this.e = e; return; } - try - { - transactionalCache.put(key, "ZZZ"); - e = new RuntimeException("Transactional caches should not allow puts in the after-commit phase"); - } - catch (AlfrescoRuntimeException e) - { - // Expected - } } @Override public int hashCode()