Removing commented out code in the Ticket1978CommunicationSpec

This commit is contained in:
Viktor Klang 2012-06-18 15:05:24 +02:00
parent 6c5595acdd
commit f63409e0e7

View file

@ -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))