Skip to content
Snippets Groups Projects
Commit 25040a78 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

fix: fix comp failures

parent 299b192e
No related branches found
No related tags found
No related merge requests found
Pipeline #471666 passed
......@@ -131,7 +131,7 @@ public class TestDHOaipmhLocally {
@BeforeClass
public static void setUp() throws Exception {
int[] ports = new int[] {9202};
oaiEsClient = new OaipmhElasticSearchClient("localhost", ports, 100);
oaiEsClient = new OaipmhElasticSearchClient("localhost", ports);
oaiEsClient.setEsIndex("dariah-public");
record = new RecordDelivererDC(false, true);
......
......@@ -159,7 +159,7 @@ public class TestTGOaipmhLocally {
public static void setUp() throws Exception {
int[] ports = new int[] {9202};
oaiEsClient = new OaipmhElasticSearchClient("localhost", ports, 100);
oaiEsClient = new OaipmhElasticSearchClient("localhost", ports);
oaiEsClient.setEsIndex("textgrid-public");
record = new RecordDelivererDC(true, false);
......
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