MPS issue job004097

TitleMMQA ignores assertions in tests with OUTPUT_SPEC
Statusclosed
Priorityoptional
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionIf an MMQA test case has an OUTPUT_SPEC then so long as the output of the test matches the specified conditions, assertion failures are ignored.
AnalysisThe OUTPUT_SPEC needs to include something like "completed=yes" so that it will fail if there is an assertion before the call to pass().
How foundautomated_test
EvidenceNone
Created byGareth Rees
Created on2018-07-16 11:38:47
Last modified byGareth Rees
Last modified on2018-07-16 12:57:42
History2018-07-16 GDR Created.

Fixes

Change Effect Date User Description
194668 closed 2018-07-16 12:57:42 Gareth Rees Ensure that MMQA tests require either a pass or a specified failure.