=act,rem Clean up some test serialization issues for Scala 2.12
This commit is contained in:
parent
53b9a2650c
commit
de47178eb5
3 changed files with 46 additions and 37 deletions
|
|
@ -5,13 +5,13 @@
|
|||
package akka.remote.serialization
|
||||
|
||||
import language.postfixOps
|
||||
|
||||
import akka.serialization.SerializationExtension
|
||||
import com.typesafe.config.ConfigFactory
|
||||
import akka.testkit.AkkaSpec
|
||||
import akka.actor.{ Actor, Address, Props, Deploy, OneForOneStrategy, SupervisorStrategy }
|
||||
import akka.remote.{ DaemonMsgCreate, RemoteScope }
|
||||
import akka.routing.{ RoundRobinPool, FromConfig }
|
||||
import akka.util.IgnoreForScala212
|
||||
import scala.concurrent.duration._
|
||||
|
||||
object DaemonMsgCreateSerializerSpec {
|
||||
|
|
@ -56,7 +56,7 @@ class DaemonMsgCreateSerializerSpec extends AkkaSpec {
|
|||
}
|
||||
}
|
||||
|
||||
"serialize and de-serialize DaemonMsgCreate with function creator" in {
|
||||
"serialize and de-serialize DaemonMsgCreate with function creator" taggedAs IgnoreForScala212 in {
|
||||
verifySerialization {
|
||||
DaemonMsgCreate(
|
||||
props = Props(new MyActor),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue