commit | 7e31ca9150ba42d926264d0c42955c138f98c875 | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Mon Dec 13 10:48:44 2021 +0100 |
committer | margaretha <margaretha@ids-mannheim.de> | Mon Dec 13 11:45:31 2021 +0100 |
tree | 9b60a22b45260e1fb37c432de76af32a8e478cdc | |
parent | bcd04de0c5a8335de3102d417651789f75b2104f [diff] |
Added vc loading from classpath for testing. Change-Id: I71bf7f98497e04c133e0fe970b9ef9a84fd43399
diff --git a/src/test/java/de/ids_mannheim/korap/cache/TestVirtualCorpusCache.java b/src/test/java/de/ids_mannheim/korap/cache/TestVirtualCorpusCache.java index b456930..95bf1c6 100644 --- a/src/test/java/de/ids_mannheim/korap/cache/TestVirtualCorpusCache.java +++ b/src/test/java/de/ids_mannheim/korap/cache/TestVirtualCorpusCache.java
@@ -68,7 +68,6 @@ assertFalse(VirtualCorpusCache.contains(vcId)); } - @Test public void testReferToUncachedVC () throws IOException, QueryException { String vcId = "named-vc1";
diff --git a/src/test/resources/krill.properties b/src/test/resources/krill.properties index eb7f374..0c26284 100644 --- a/src/test/resources/krill.properties +++ b/src/test/resources/krill.properties
@@ -1,7 +1,7 @@ krill.version = ${project.version} krill.name = ${project.name} krill.indexDir = test-output -krill.namedVC = vc krill.index.commit.count = 15 -krill.namedVC=src/test/resources/queries/collections/named-vcs/ \ No newline at end of file +krill.namedVC = queries/collections/named-vcs/ +krill.test = true \ No newline at end of file