From 32562652af8e0a4cf062daa7ac0ed56b2febcaee Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Tue, 19 Jun 2012 11:09:54 +0200 Subject: [PATCH] remove debug statement --- .../test/scala/akka/remote/Ticket1978CommunicationSpec.scala | 3 --- 1 file changed, 3 deletions(-) diff --git a/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala b/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala index c247f6ce19..9536b983a7 100644 --- a/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala +++ b/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala @@ -50,9 +50,6 @@ object Configuration { """ def getCipherConfig(cipher: String, enabled: String*): (String, Boolean, Config) = try { - - if (false) throw new IllegalArgumentException("This is not working properly yet") - val config = ConfigFactory.parseString("akka.remote.netty.port=12345").withFallback(ConfigFactory.parseString(conf.format(trustStore, keyStore, cipher, enabled.mkString(", ")))) val fullConfig = config.withFallback(AkkaSpec.testConf).withFallback(ConfigFactory.load).getConfig("akka.remote.netty") val settings = new NettySettings(fullConfig, "placeholder")