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

minor: fix broken unit tests

SVN: 20419
parent 6672b3fd
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ import ch.systemsx.cisd.openbis.generic.server.dataaccess.db.search.FullTextInde ...@@ -33,7 +33,7 @@ import ch.systemsx.cisd.openbis.generic.server.dataaccess.db.search.FullTextInde
*/ */
public class TestInitializer public class TestInitializer
{ {
public static final String LUCENE_INDEX_TEMPLATE_PATH = "./sourceTest/lucene/indices"; public static final String LUCENE_INDEX_TEMPLATE_PATH = "../openbis/sourceTest/lucene/indices";
public static final String LUCENE_INDEX_PATH = "../openbis/targets/lucene/indices"; public static final String LUCENE_INDEX_PATH = "../openbis/targets/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