提交 dc9c7a7b 编写于 作者: F Fabian Zahn

Removed leading whitespace

上级 07602308
...@@ -123,7 +123,7 @@ class ParseOutput ...@@ -123,7 +123,7 @@ class ParseOutput
return unless @xml_out return unless @xml_out
@array_list.push ' <testcase classname="' + @test_suite + '" name="' + test_name + '">' @array_list.push ' <testcase classname="' + @test_suite + '" name="' + test_name + '">'
@array_list.push ' <failure type="ASSERT FAILED"> ' + reason + '</failure>' @array_list.push ' <failure type="ASSERT FAILED">' + reason + '</failure>'
@array_list.push ' </testcase>' @array_list.push ' </testcase>'
end end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册