From f63409e0e7e63e3758aed3df041e57cd965a048b Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Mon, 18 Jun 2012 15:05:24 +0200 Subject: [PATCH] Removing commented out code in the Ticket1978CommunicationSpec --- .../src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala b/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala index 82d9412120..75b437afce 100644 --- a/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala +++ b/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala @@ -43,7 +43,6 @@ object Configuration { """ def getCipherConfig(cipher: String, enabled: String*): (String, Boolean, Config) = try { - //NettySSLSupport.initializeCustomSecureRandom(Some(cipher), None, NoLogging) ne null val config = ConfigFactory.parseString(conf.format(trustStore, keyStore, cipher, enabled.mkString(", "))) val settings = new NettySettings(config.withFallback(AkkaSpec.testConf).withFallback(ConfigFactory.load).getConfig("akka.remote.netty"), "pigdog") (NettySSLSupport.initializeClientSSL(settings, NoLogging) ne null) || (throw new NoSuchAlgorithmException(cipher))