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

SSDM-1080: making BlastDatabaseCreationMaintenanceTaskTest a bit more robust

SVN: 32899
parent 93ca1f4e
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,7 @@ public class BlastDatabaseCreationMaintenanceTaskTest extends AbstractFileSystem
public void setUpTask()
{
logRecorder = new BufferedAppender("%-5p %c - %m%n", Level.INFO);
logRecorder.addRegexForLoggingEventsToBeDropped("MACHINE.MonitoringPoolingDataSource.*");
context = new Mockery();
configProvider = context.mock(IConfigProvider.class);
service = context.mock(IEncapsulatedOpenBISService.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