testcase->lib;?> |
lib", $libName)) echo $libName;?> |
testcase->product;?> |
product", $productName)) echo $productName;?> |
session->currentProductType != 'normal'):?>
product->branch;?> |
product&branch=$case->branch", $branchName)) echo $branchName;?> |
testcase->module;?> |
$module)
{
if(!common::printLink('testcase', 'browse', "productID=$case->product&branch=$module->branch&browseType=byModule¶m=$module->id", $module->name)) echo $module->name;
if(isset($modulePath[$key + 1])) echo $lang->arrow;
}
}
?>
|
testcase->story;?> |
storyTitle)) echo html::a($this->createLink('story', 'view', "storyID=$case->story"), "#$case->story:$case->storyTitle");
if($case->story and $case->storyStatus == 'active' and $case->latestStoryVersion > $case->storyVersion)
{
echo "({$lang->story->changed} ";
echo html::a($this->createLink('testcase', 'confirmStoryChange', "caseID=$case->id"), $lang->confirm, 'hiddenwin');
echo ")";
}
?>
|
testcase->type;?> |
testcase->typeList[$case->type];?> |
testcase->stage;?> |
stage)
{
$stags = explode(',', $case->stage);
foreach($stags as $stage)
{
if(empty($stage)) continue;
isset($lang->testcase->stageList[$stage]) ? print($lang->testcase->stageList[$stage]) : print($stage);
echo " ";
}
}
?>
|
testcase->pri;?> |
testcase->priList, $case->pri);?>'>testcase->priList, $case->pri)?> |
testcase->status;?> |
testcase->statusList[$case->status];
if($case->version > $case->currentVersion and $from == 'testtask')
{
echo " ({$lang->testcase->changed} ";
echo html::a($this->createLink('testcase', 'confirmchange', "caseID=$case->id"), $lang->confirm, 'hiddenwin');
echo ")";
}
?>
|
app->loadLang('testtask')->testtask->lastRunTime;?> |
lastRunDate)) echo $case->lastRunDate;?> |
app->loadLang('testtask')->testtask->lastRunResult;?> |
lastRunResult) echo $lang->testcase->resultList[$case->lastRunResult];?> |
testcase->keywords;?> |
keywords;?> |
testcase->linkCase;?> |
linkCaseTitles))
{
foreach($case->linkCaseTitles as $linkCaseID => $linkCaseTitle)
{
echo html::a($this->createLink('testcase', 'view', "caseID=$linkCaseID"), "#$linkCaseID $linkCaseTitle", '_blank') . ' ';
}
}
?>
|
fromBug):?>
testcase->fromBug;?> |
createLink('bug', 'view', "bugID=$case->fromBug"), $case->fromBugTitle);?> |
toBugs):?>
testcase->toBug;?> |
toBugs as $bugID => $bugTitle)
{
echo ' ' . html::a($this->createLink('bug', 'view', "bugID=$bugID"), $bugTitle) . ' ';
}
?>
|
testcase->openedBy;?> |
openedBy] . $lang->at . $case->openedDate;?> |
testcase->needReview):?>
testcase->reviewedBy;?> |
reviewedBy); foreach($reviewedBy as $account) echo ' ' . $users[trim($account)]; ?> |
testcase->reviewedDate;?> |
reviewedBy) echo $case->reviewedDate;?> |
testcase->lblLastEdited;?> |
lastEditedBy) echo $users[$case->lastEditedBy] . $lang->at . $case->lastEditedDate;?> |