summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition/derived
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-12-06 08:52:19 +0100
committerGitHub <noreply@github.com>2018-12-06 08:52:19 +0100
commit5845c74f5834b569408e02e1553de116a45bdda2 (patch)
tree2a6f657a8d54a16a2a4fc811d5f5ce018b570dbe /config-model/src/test/java/com/yahoo/searchdefinition/derived
parent3b43551a5da2954643fb7534dbf801d107ff1adc (diff)
Revert "Process position summary entries."
Diffstat (limited to 'config-model/src/test/java/com/yahoo/searchdefinition/derived')
-rw-r--r--config-model/src/test/java/com/yahoo/searchdefinition/derived/ImportedFieldsTestCase.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/config-model/src/test/java/com/yahoo/searchdefinition/derived/ImportedFieldsTestCase.java b/config-model/src/test/java/com/yahoo/searchdefinition/derived/ImportedFieldsTestCase.java
index b06745f9a75..b4c42c248ef 100644
--- a/config-model/src/test/java/com/yahoo/searchdefinition/derived/ImportedFieldsTestCase.java
+++ b/config-model/src/test/java/com/yahoo/searchdefinition/derived/ImportedFieldsTestCase.java
@@ -25,9 +25,4 @@ public class ImportedFieldsTestCase extends AbstractExportingTestCase {
public void configs_for_imported_position_field_are_derived() throws IOException, ParseException {
assertCorrectDeriving("imported_position_field", "child");
}
-
- @Test
- public void configs_for_imported_position_field_summary_are_derived() throws IOException, ParseException {
- assertCorrectDeriving("imported_position_field_summary", "child");
- }
}