From cfaebe9b2d7b30df734e6613a536430d5e4dd597 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Fri, 7 Aug 2020 13:25:24 +0200 Subject: Cleanup --- .../com/yahoo/search/query/profile/config/test/XmlReadingTestCase.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'container-search') diff --git a/container-search/src/test/java/com/yahoo/search/query/profile/config/test/XmlReadingTestCase.java b/container-search/src/test/java/com/yahoo/search/query/profile/config/test/XmlReadingTestCase.java index a6acde87e30..445073ced3a 100644 --- a/container-search/src/test/java/com/yahoo/search/query/profile/config/test/XmlReadingTestCase.java +++ b/container-search/src/test/java/com/yahoo/search/query/profile/config/test/XmlReadingTestCase.java @@ -4,7 +4,6 @@ package com.yahoo.search.query.profile.config.test; import com.yahoo.jdisc.http.HttpRequest.Method; import com.yahoo.container.jdisc.HttpRequest; import com.yahoo.processing.request.CompoundName; -import com.yahoo.search.query.profile.compiled.DimensionalValue; import com.yahoo.yolean.Exceptions; import com.yahoo.search.Query; import com.yahoo.search.query.Properties; @@ -15,7 +14,6 @@ import com.yahoo.search.query.profile.compiled.CompiledQueryProfileRegistry; import com.yahoo.search.query.profile.config.QueryProfileXMLReader; import com.yahoo.search.query.profile.types.FieldDescription; import com.yahoo.search.query.profile.types.QueryProfileType; -import org.junit.Ignore; import org.junit.Test; import java.util.HashMap; -- cgit v1.2.3