mirror of https://github.com/apache/lucene.git
fix compile-test for rename
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d6cc6a5f0
commit
6196f05028
|
@ -40,7 +40,7 @@ public class IndexReaderFactoryTest extends AbstractSolrTestCase {
|
|||
public void testAltReaderUsed() throws Exception {
|
||||
IndexReaderFactory readerFactory = h.getCore().getIndexReaderFactory();
|
||||
assertNotNull("Factory is null", readerFactory);
|
||||
assertTrue("readerFactory is not an instanceof " + AlternateIndexReaderTest.TestIndexReaderFactory.class, readerFactory instanceof StandardIndexReaderFactory);
|
||||
assertTrue("readerFactory is not an instanceof " + AlternateDirectoryTest.TestIndexReaderFactory.class, readerFactory instanceof StandardIndexReaderFactory);
|
||||
assertTrue("termInfoIndexDivisor not set to 12", readerFactory.getTermInfosIndexDivisor() == 12);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue