Changed protocol fields from "akka" to "tcp.akka"

This commit is contained in:
Endre Sándor Varga 2012-12-20 10:57:13 +01:00
parent e7753cb7e6
commit fec27ee08b
11 changed files with 71 additions and 71 deletions

View file

@ -11,8 +11,8 @@ import akka.actor.Address
@org.junit.runner.RunWith(classOf[org.scalatest.junit.JUnitRunner])
class NodeMetricsSpec extends WordSpec with MustMatchers {
val node1 = Address("akka", "sys", "a", 2554)
val node2 = Address("akka", "sys", "a", 2555)
val node1 = Address("tcp.akka", "sys", "a", 2554)
val node2 = Address("tcp.akka", "sys", "a", 2555)
"NodeMetrics must" must {