提交 25c461ae 编写于 作者: D deveco_test

fix code bug

Signed-off-by: Ndeveco_test <liguangjie1@huawei.com>
上级 bf4cb5c6
......@@ -1274,7 +1274,7 @@ class OHJSUnitTestParser(IParser):
current_suite.suite_name = self.current_value
for listener in self.get_listeners():
suite = copy.copy(current_suite)
listener.__started__(lifecycle.TestSuite, suite)
listener.__started__(LifeCycle.TestSuite, suite)
for test in test_des_list:
test_result = self.state_machine.test(reset=True)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册