Skip to content
Snippets Groups Projects
Commit b40f7ded authored by kaloyane's avatar kaloyane
Browse files

minor: use the test Lucene indices from the location where we check them in...

minor: use the test Lucene indices from the location where we check them in (openbis/sourceTest) and not from the targets folder

SVN: 20411
parent 438e82fc
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ import ch.systemsx.cisd.common.logging.LogInitializer; ...@@ -25,7 +25,7 @@ import ch.systemsx.cisd.common.logging.LogInitializer;
*/ */
public class TestInitializer public class TestInitializer
{ {
public static final String LUCENE_INDEX_PATH = "../openbis/targets/lucene/indices"; public static final String LUCENE_INDEX_PATH = "../openbis/sourceTest/lucene/indices";
public static void init() public static void init()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment