* @package testtask
* @version $Id$
* @link http://www.zentao.net
*/
?>
CASE#case->id. $lang->colon . $run->case->title;?>
RESULT#id . ' ' . $result->date . " " . $lang->testcase->resultList[$result->caseResult] . '';?>
| testcase->stepID;?> |
testcase->stepDesc;?> |
testcase->stepExpect;?> |
testcase->result;?> |
testcase->real;?> |
case->steps as $key => $step):?>
stepResults[$step->id];?>
|
desc);?> |
expect);?> |
testcase->resultList[$stepResult->result];?> |
real;?> |
result == 'blocked' or $stepResult->result == 'fail') break;?>