!str Increased test coverage

This commit is contained in:
Endre Sándor Varga 2014-04-01 16:00:04 +02:00 committed by Roland Kuhn
parent a318676f4a
commit 14ef65262f
29 changed files with 545 additions and 162 deletions

View file

@ -131,7 +131,8 @@ private[akka] abstract class TwoStreamInputProcessor(_settings: MaterializerSett
var secondaryInputs: Inputs = _
other.getPublisher.subscribe(new OtherActorSubscriber(self))
override def publisherExposed(): Unit =
other.getPublisher.subscribe(new OtherActorSubscriber(self))
override def waitingForUpstream: Receive = super.waitingForUpstream orElse {
case OtherStreamOnComplete