aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2020-03-23 12:21:33 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2020-03-23 12:21:33 +0100
commitdbcbcb0ca1c1b5b3aaea6e5ee55c7abf98569536 (patch)
treec8cf50fc2f123b474729a352764502a6519badf4 /config-model/src/test/java/com
parent49512deb96d4daa6d0be7ad652d3436a4985887c (diff)
Remove phrase-segmenting flag test
Diffstat (limited to 'config-model/src/test/java/com')
-rw-r--r--config-model/src/test/java/com/yahoo/searchdefinition/derived/ExportingTestCase.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/config-model/src/test/java/com/yahoo/searchdefinition/derived/ExportingTestCase.java b/config-model/src/test/java/com/yahoo/searchdefinition/derived/ExportingTestCase.java
index 08d915c35ca..3c55aa808b5 100644
--- a/config-model/src/test/java/com/yahoo/searchdefinition/derived/ExportingTestCase.java
+++ b/config-model/src/test/java/com/yahoo/searchdefinition/derived/ExportingTestCase.java
@@ -121,13 +121,6 @@ public class ExportingTestCase extends AbstractExportingTestCase {
}
@Test
- public void testFieldSet2() throws IOException, ParseException {
- TestProperties properties = new TestProperties();
- properties.setUsePhraseSegmenting(true);
- assertCorrectDeriving("fieldset2", null, properties);
- }
-
- @Test
public void testIndexinfoFieldsets() throws IOException, ParseException {
assertCorrectDeriving("indexinfo_fieldsets");
}