implement untrusted mode, see #2573
This commit is contained in:
parent
a684f006b6
commit
3efa0c96e9
8 changed files with 103 additions and 48 deletions
|
|
@ -112,7 +112,7 @@ class TestActorRef[T <: Actor](
|
|||
|
||||
object TestActorRef {
|
||||
|
||||
private case object InternalGetActor extends AutoReceivedMessage
|
||||
private case object InternalGetActor extends AutoReceivedMessage with PossiblyHarmful
|
||||
|
||||
private val number = new AtomicLong
|
||||
private[testkit] def randomName: String = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue