提交 05c0b95b 编写于 作者: S ShannonDing

Fix unit test error in ServiceThreadTest

上级 7c50cb7a
......@@ -92,7 +92,7 @@ public class ServiceThreadTest {
return "TestServiceThread";
}
};
testServiceThread.thread.setDaemon(daemon);
testServiceThread.setDaemon(daemon);
// test start
testServiceThread.start();
assertEquals(false, testServiceThread.isStopped());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册