From 7e6d2c783d70b366325fb1cfa98d908732d2c65d Mon Sep 17 00:00:00 2001 From: Andrew Hind Date: Thu, 1 Mar 2007 15:47:52 +0000 Subject: [PATCH] Enable MTDelete test git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5248 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/repo/search/impl/lucene/LuceneTest2.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/java/org/alfresco/repo/search/impl/lucene/LuceneTest2.java b/source/java/org/alfresco/repo/search/impl/lucene/LuceneTest2.java index 47b2d5a0f2..fc6ab7827a 100644 --- a/source/java/org/alfresco/repo/search/impl/lucene/LuceneTest2.java +++ b/source/java/org/alfresco/repo/search/impl/lucene/LuceneTest2.java @@ -20,7 +20,7 @@ * and Open Source Software ("FLOSS") applications as described in Alfresco's * FLOSS exception. You should have recieved a copy of the text describing * the FLOSS exception, and it is also available here: - * http://www.alfresco.com/legal/licensing" + * http://www.alfresco.com/legal/licensing */ package org.alfresco.repo.search.impl.lucene; @@ -1026,7 +1026,7 @@ public class LuceneTest2 extends TestCase tx3.commit(); } - public void xtestMTDeleteIssue() throws Exception + public void testMTDeleteIssue() throws Exception { luceneFTS.pause(); testTX.commit();