| commit | 843c463dc55ebd447ccc092adfb451cf30788529 | [log] [tgz] |
|---|---|---|
| author | margaretha <margaretha@ids-mannheim.de> | Wed Oct 25 19:16:12 2017 +0200 |
| committer | margaretha <margaretha@ids-mannheim.de> | Wed Oct 25 19:16:12 2017 +0200 |
| tree | 0d57d5486acaa1ef2aec5eabf49b32f5eb190aad | |
| parent | b42b963a4df630e2a001834424ee36507821fc09 [diff] [blame] |
Switched test suite using new DB & disabled tests relying on the old DB. Change-Id: Ib6827de81284ce0f4da733325526ee4e3fb22caf
diff --git a/full/src/test/java/de/ids_mannheim/korap/config/ConfigTest.java b/full/src/test/java/de/ids_mannheim/korap/config/ConfigTest.java index 991165b..8fd00ef 100644 --- a/full/src/test/java/de/ids_mannheim/korap/config/ConfigTest.java +++ b/full/src/test/java/de/ids_mannheim/korap/config/ConfigTest.java
@@ -22,10 +22,11 @@ import de.ids_mannheim.korap.utils.ServiceInfo; import de.ids_mannheim.korap.utils.TimeUtils; -/** +/** EM: To do: fix tests * @author hanl * @date 02/09/2015 */ +@Ignore public class ConfigTest extends BeanConfigTest {