提交 3c3c5ef4 编写于 作者: H huzongtang

[ISSUE#403] remove the unit test.

上级 62fbeeb0
...@@ -43,22 +43,6 @@ public class BrokerControllerTest { ...@@ -43,22 +43,6 @@ public class BrokerControllerTest {
brokerController.shutdown(); brokerController.shutdown();
} }
@Ignore
@Test
public void testBrokerStartAclEnabled() throws Exception {
BrokerConfig brokerConfigAclEnabled = new BrokerConfig();
brokerConfigAclEnabled.setEnableAcl(true);
BrokerController brokerController = new BrokerController(
brokerConfigAclEnabled,
new NettyServerConfig(),
new NettyClientConfig(),
new MessageStoreConfig());
assertThat(brokerController.initialize());
brokerController.start();
brokerController.shutdown();
}
@After @After
public void destroy() { public void destroy() {
UtilAll.deleteFile(new File(new MessageStoreConfig().getStorePathRootDir())); UtilAll.deleteFile(new File(new MessageStoreConfig().getStorePathRootDir()));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册