* fix the error of link case.

* change the executeType field to howRun.
This commit is contained in:
wangchunsheng
2010-03-29 02:06:03 +00:00
parent 2dce381822
commit e747b26654
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -145,7 +145,7 @@
{
foreach($case->linkCaseTitles as $linkCaseID => $linkCaseTitle)
{
echo html::a($this->createLink('case', 'view', "caseID=$linkCaseID"), "#$linkCaseID $linkCaseTitle", '_blank') . '<br />';
echo html::a($this->createLink('testcase', 'view', "caseID=$linkCaseID"), "#$linkCaseID $linkCaseTitle", '_blank') . '<br />';
}
}
?>