提交 23d7e824 编写于 作者: Y yukon

[ROCKETMQ-53] Polish unit tests for rocketmq-common

上级 eaa5ba52
......@@ -61,11 +61,6 @@ public class UtilAllTest {
assertThat(properties.getProperty("demoName")).isEqualTo("TestDemo");
}
@Test
public void testTimeMillisToHumanString() {
assertThat(UtilAll.timeMillisToHumanString(1485078178610L)).isEqualTo("20170122174258610");
}
@Test
public void testIsPropertiesEqual() {
final Properties p1 = new Properties();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册