-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: testlink-plugin
-
None
-
Environment:jenkins v1.404
testlink plugin v2.2
maven v3.0.3
According to HUDSON-8683 the status of the test case is set to failed if one of its methods fails. The problem here is the status is set failed if and only if the last method fails otherwise (if the last method passes) the status is set to Passed even though some methods in the test case failed.