Merge pull request #16193 from drewhk/wip-16109-new-graph-lib-drewhk

=str  #16109: Replace ScalaGraph with custom graph impl
This commit is contained in:
drewhk 2014-11-05 14:07:34 +01:00
commit a5efcb5ef6
4 changed files with 683 additions and 84 deletions

View file

@ -303,6 +303,7 @@ class FlowGraphCompileSpec extends AkkaSpec {
val merge = Merge[String]
import FlowGraphImplicits._
in1 ~> merge ~> out1
in2 ~> merge
merge ~> out2 // wrong
}
}.getMessage should include("at most 1 outgoing")