| commit | d4796661c59b0df6ad93e4400b3d430baaa93fe5 | [log] [tgz] |
|---|---|---|
| author | margaretha <margaretha@ids-mannheim.de> | Thu Nov 09 16:11:40 2017 +0100 |
| committer | margaretha <margaretha@ids-mannheim.de> | Thu Nov 09 16:11:40 2017 +0100 |
| tree | ff4f5918baffb2d01cffcaba273cdb0a675742ad | |
| parent | 894a7d75b770a42f1fc28340bef9d6711209e613 [diff] [blame] |
Added more fixes for missing exceptions in JsonUtils. Change-Id: I7c4bd43aa23b6041dbc837c9d025a3cf13b9de25
diff --git a/full/src/test/java/de/ids_mannheim/korap/misc/LocalQueryTest.java b/full/src/test/java/de/ids_mannheim/korap/misc/LocalQueryTest.java index ff8df15..4815ac3 100644 --- a/full/src/test/java/de/ids_mannheim/korap/misc/LocalQueryTest.java +++ b/full/src/test/java/de/ids_mannheim/korap/misc/LocalQueryTest.java
@@ -47,7 +47,7 @@ @Test - public void testCollQuery () throws IOException { + public void testCollQuery () throws IOException, KustvaktException { String qstring = "creationDate since 1800 & creationDate until 1820"; CollectionQueryProcessor processor = new CollectionQueryProcessor(); processor.process(qstring);