=act, rem, clu #3521: make serialize-messages work with core modules
This commit is contained in:
parent
d319e3f4d6
commit
b566e9393d
55 changed files with 260 additions and 109 deletions
|
|
@ -0,0 +1,19 @@
|
|||
/**
|
||||
* Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
|
||||
*/
|
||||
package akka.remote
|
||||
|
||||
import akka.testkit.AkkaSpec
|
||||
|
||||
class SerializationChecksPlainRemotingSpec extends AkkaSpec {
|
||||
|
||||
"Settings serialize-messages and serialize-creators" must {
|
||||
|
||||
"be on for tests" in {
|
||||
system.settings.SerializeAllCreators must be(true)
|
||||
system.settings.SerializeAllMessages must be(true)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue