Remove reference to a "mock" that doesn't exist and isn't needed

This commit is contained in:
Tim Donohue
2014-08-12 10:47:11 -05:00
parent 79d91e9439
commit b1bd51a84a

View File

@@ -23,12 +23,6 @@ public class SpiderDetectorTest
{
private static final String NOT_A_BOT_ADDRESS = "192.168.0.1";
@BeforeClass
static public void beforeClass()
{
new MockSolrLogger();
}
/**
* Test method for {@link org.dspace.statistics.util.SpiderDetector#readPatterns(java.io.File)}.
*/