Remove @SuppressPointFields annotation from DistributedTermsComponentTest, SOLR-11173 added TermsComponent support for Points fields.

This commit is contained in:
Christine Poerschke 2018-01-24 15:12:52 +00:00
parent fa511a0a6f
commit 1d5381511c
1 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@
*/
package org.apache.solr.handler.component;
import org.apache.solr.SolrTestCaseJ4.SuppressPointFields;
import org.apache.solr.BaseDistributedSearchTestCase;
import org.junit.Test;
@ -26,7 +25,6 @@ import org.junit.Test;
*
* @since solr 1.5
*/
@SuppressPointFields(bugUrl="https://issues.apache.org/jira/browse/SOLR-11173")
public class DistributedTermsComponentTest extends BaseDistributedSearchTestCase {
@Test