Added vc loading from classpath for testing.
Change-Id: I71bf7f98497e04c133e0fe970b9ef9a84fd43399
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