Skip to content

Commit

Permalink
OF-2611: Renamed LocalOutgoingServerSessionParameterizedTest -> Local…
Browse files Browse the repository at this point in the history
…OutgoingServerSessionTest
  • Loading branch information
guusdk committed Jun 27, 2023
1 parent fc15305 commit 9c8a154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* @author Alex Gidman, alex.gidman@surevine.com
*/
@ExtendWith(MockitoExtension.class)
public class LocalOutgoingServerSessionParameterizedTest
public class LocalOutgoingServerSessionTest
{
private RemoteReceivingServerDummy remoteReceivingServerDummy;
private File tmpIdentityStoreFile;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ private synchronized void sendStartTlsProceed(Element inbound) throws Exception
// Just indicate that we would like to authenticate the client but if client
// certificates are self-signed or have no certificate chain then we are still
// good
sslSocket.setWantClientAuth(true); // DO WE NEED TO BRING THIS INTO OUR LocalOutgoingServerSessionParameterizedTest MATRIX?
sslSocket.setWantClientAuth(true); // DO WE NEED TO BRING THIS INTO OUR LocalOutgoingServerSessionTest MATRIX?

processingService.submit(new SocketProcessor(sslSocket));
}
Expand Down

0 comments on commit 9c8a154

Please sign in to comment.