Removed leading whitespace

This commit is contained in:
Fabian Zahn
2018-02-11 13:02:26 +01:00
parent 0760230829
commit dc9c7a7b4b

View File

@ -123,7 +123,7 @@ class ParseOutput
return unless @xml_out
@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>'
end