LUCENE-5038: Fix test, useCompoundFile doesn't exists anymore

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1492770 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2013-06-13 17:23:53 +00:00
parent e83c3f7a8b
commit b7763af7df
1 changed files with 0 additions and 2 deletions

View File

@ -39,8 +39,6 @@ public class TestMergePolicyConfig extends SolrTestCaseJ4 {
// mp-specific setter
assertEquals(19, tieredMP.getMaxMergeAtOnceExplicit());
// make sure we apply compoundFile and mergeFactor
assertEquals(0.0, tieredMP.getNoCFSRatio(), 0.0);
assertEquals(7, tieredMP.getMaxMergeAtOnce());
// make sure we overrode segmentsPerTier (split from maxMergeAtOnce out of mergeFactor)