+pro #15406 Split up stream into testkit, tests and tck

This commit is contained in:
Björn Antonsson 2014-09-15 16:08:05 +02:00
parent f73bfc6da1
commit a902d079b0
130 changed files with 1 additions and 10 deletions

View file

@ -1,2 +0,0 @@
# override strange reference.conf setting in akka-stream test scope
akka.actor.default-mailbox.mailbox-type = akka.dispatch.UnboundedMailbox

View file

@ -20,7 +20,6 @@ class MarshallingSpec extends FreeSpec with Matchers with BeforeAndAfterAll with
import system.dispatcher
val materializerSettings = MaterializerSettings(system)
.withDispatcher("akka.test.stream-dispatcher")
implicit val materializer = FlowMaterializer(materializerSettings)

View file

@ -23,7 +23,6 @@ class UnmarshallingSpec extends FreeSpec with Matchers with BeforeAndAfterAll {
import system.dispatcher
val materializerSettings = MaterializerSettings(system)
.withDispatcher("akka.test.stream-dispatcher")
implicit val materializer = FlowMaterializer(materializerSettings)