Skip to content
Snippets Groups Projects
Commit 894a96ee authored by felmer's avatar felmer
Browse files

revert DefaultFullTextIndexerTest

parent 33ab49e6
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ import org.testng.annotations.Test; ...@@ -38,7 +38,6 @@ import org.testng.annotations.Test;
import ch.systemsx.cisd.common.logging.BufferedAppender; import ch.systemsx.cisd.common.logging.BufferedAppender;
import ch.systemsx.cisd.openbis.generic.shared.dto.SamplePE; import ch.systemsx.cisd.openbis.generic.shared.dto.SamplePE;
import ch.systemsx.cisd.openbis.util.LogRecordingUtils;
/** /**
* @author Franz-Josef Elmer * @author Franz-Josef Elmer
...@@ -66,7 +65,7 @@ public class DefaultFullTextIndexerTest extends AssertJUnit ...@@ -66,7 +65,7 @@ public class DefaultFullTextIndexerTest extends AssertJUnit
@BeforeMethod @BeforeMethod
public final void setUp() public final void setUp()
{ {
logRecorder = LogRecordingUtils.createRecorder("%-5p %c - %m%n", Level.INFO); logRecorder = new BufferedAppender("%-5p %c - %m%n", Level.INFO);
context = new Mockery(); context = new Mockery();
criteria = context.mock(Criteria.class); criteria = context.mock(Criteria.class);
session = context.mock(FullTextSession.class); session = context.mock(FullTextSession.class);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment