mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Fixing test for new SOLRAPIClientFactory behaviour.
This commit is contained in:
-4
@@ -66,10 +66,6 @@ public class SOLRAPIClientFactoryTest
|
||||
when(props.getProperty(eq("alfresco.maxHostConnections"), anyString())).thenReturn("40");
|
||||
when(props.getProperty(eq("alfresco.socketTimeout"), anyString())).thenReturn("0");
|
||||
when(props.getProperty(eq("alfresco.secureComms"), anyString())).thenReturn("none");
|
||||
when(props.getProperty(eq("alfresco.encryption.ssl.keystore.location"), anyString()))
|
||||
.thenReturn("ssl.repo.client.keystore");
|
||||
when(props.getProperty(eq("alfresco.encryption.ssl.truststore.location"), anyString()))
|
||||
.thenReturn("ssl.repo.client.truststore");
|
||||
|
||||
this.factory = new SOLRAPIClientFactory();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user