提交 1e1cd12c 编写于 作者: P pengys5

repair a test case bug

上级 5f062201
......@@ -24,7 +24,7 @@ public class ConfigInitializerTestCase {
Assert.assertEquals("127.0.0.1", ClusterConfig.Cluster.Current.hostname);
Assert.assertEquals("1000", ClusterConfig.Cluster.Current.port);
Assert.assertEquals("Test, Test1", ClusterConfig.Cluster.Current.roles);
Assert.assertEquals("WorkersListener", ClusterConfig.Cluster.Current.roles);
Assert.assertEquals("127.0.0.1:1000", ClusterConfig.Cluster.seed_nodes);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册