summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-08-04 12:04:45 +0200
committerJon Bratseth <bratseth@gmail.com>2020-08-04 12:04:45 +0200
commitec86d8fe32f181cee72a155defce0b20eddf3537 (patch)
treed9f39112668edaf450e304627504f266cbaa0d29 /container-search/src/test/java/com/yahoo/search/query/profile/config
parented8fa0954399f92b38d6332ca48b24105e83b833 (diff)
Compact single values
Diffstat (limited to 'container-search/src/test/java/com/yahoo/search/query/profile/config')
-rw-r--r--container-search/src/test/java/com/yahoo/search/query/profile/config/test/XmlReadingTestCase.java2
1 files changed, 2 insertions, 0 deletions
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 445073ced3a..a6acde87e30 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,6 +4,7 @@ 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;
@@ -14,6 +15,7 @@ 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;