| case);?> |
pri?> |
createLink('testcase', 'view', "caseID=$run->case&version=$run->version"), $run->title, '_blank');?>
|
testcase->typeList[$run->type];?> |
assignedTo]; echo substr($assignedTo, strpos($assignedTo, ':') + 1);?> |
lastRunner]; echo substr($lastRunner, strpos($lastRunner, ':') + 1);?> |
lastRunDate)) echo date(DT_MONTHTIME1, strtotime($run->lastRunDate));?> |
lastRunResult) echo $lang->testcase->resultList[$run->lastRunResult];?> |
testtask->statusList[$run->status];?> |
id", $lang->testtask->runCase, '', 'class="iframe"');
common::printLink('testtask', 'results', "id=$run->id", $lang->testtask->results, '', 'class="iframe"');
common::printLink('testtask', 'unlinkcase', "id=$run->id", $lang->testtask->unlinkCase, 'hiddenwin');
if(!($run->lastRunResult == 'fail' and common::printLink('bug', 'create', "product=$productID&extra=projectID=$task->project,buildID=$task->build,caseID=$run->case,runID=$run->id", ' ', '', "class='icon-green-small-case-createBug' title'{$lang->testtask->createBug}'")))
{
echo " ";
}
?>
|