Removed implicit conversions from ActorRef to AssociationEventListener and HandleEventListener

This commit is contained in:
Endre Sándor Varga 2012-12-18 12:54:17 +01:00
parent 752e43a0e7
commit 4c7691fe40
13 changed files with 72 additions and 69 deletions

View file

@ -19,7 +19,7 @@ class RemoteConfigSpec extends AkkaSpec(
}
""") {
// These tests are ignored as it tests configuration specific to the old remoting.
// FIXME: These tests are ignored as it tests configuration specific to the old remoting.
"Remoting" must {
"be able to parse generic remote config elements" ignore {