Fixed misnamed barrier

This commit is contained in:
Endre Sándor Varga 2013-04-22 13:57:57 +02:00
parent a4b485968c
commit d0cd2be542

View file

@ -198,7 +198,7 @@ abstract class RemoteNodeDeathWatchSpec
val watcher2 = system.actorOf(Props(classOf[ProbeActor], testActor), "w2")
system.actorOf(Props(classOf[ProbeActor], testActor), "s1")
val s2 = system.actorOf(Props(classOf[ProbeActor], testActor), "s2")
enterBarrier("actors-started-3")
enterBarrier("actors-started-4")
val other = if (myself == first) second else first
val subject1 = identify(other, "s1")