Verifying serializability of messages when serialize is on

This commit is contained in:
Viktor Klang 2011-12-27 16:22:24 +01:00
parent fc35d6b20f
commit 5ff8f4e2a4
7 changed files with 35 additions and 79 deletions

View file

@ -75,7 +75,7 @@ abstract class MailboxSpec extends AkkaSpec with BeforeAndAfterAll with BeforeAn
result
}
def createMessageInvocation(msg: Any): Envelope = Envelope(msg, system.deadLetters)
def createMessageInvocation(msg: Any): Envelope = Envelope(msg, system.deadLetters)(system)
def ensureInitialMailboxState(config: MailboxType, q: Mailbox) {
q must not be null