aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition/IncorrectSummaryTypesTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/java/com/yahoo/searchdefinition/IncorrectSummaryTypesTestCase.java')
-rw-r--r--config-model/src/test/java/com/yahoo/searchdefinition/IncorrectSummaryTypesTestCase.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/config-model/src/test/java/com/yahoo/searchdefinition/IncorrectSummaryTypesTestCase.java b/config-model/src/test/java/com/yahoo/searchdefinition/IncorrectSummaryTypesTestCase.java
index 627394bb6ea..c145c0e5634 100644
--- a/config-model/src/test/java/com/yahoo/searchdefinition/IncorrectSummaryTypesTestCase.java
+++ b/config-model/src/test/java/com/yahoo/searchdefinition/IncorrectSummaryTypesTestCase.java
@@ -4,8 +4,6 @@ package com.yahoo.searchdefinition;
import com.yahoo.searchdefinition.parser.ParseException;
import org.junit.Test;
-import java.io.IOException;
-
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
/**
@@ -15,7 +13,7 @@ import static org.junit.Assert.fail;
*/
public class IncorrectSummaryTypesTestCase extends SearchDefinitionTestCase {
@Test
- public void testImportingIncorrect() throws IOException, ParseException {
+ public void testImportingIncorrect() throws ParseException {
try {
SearchBuilder.createFromString(
"search incorrectsummarytypes {\n" +