* Finish task #5327.

This commit is contained in:
Yagami
2019-03-18 15:48:30 +08:00
parent 62249b0782
commit 7004af89d9
5 changed files with 18 additions and 2 deletions
+2 -1
View File
@@ -832,7 +832,8 @@ class testtask extends control
$caseResult = $this->testtask->createResult($runID);
if(dao::isError()) die(js::error(dao::getError()));
if($caseResult == 'fail') {
if($caseResult == 'fail')
{
$response['result'] = 'success';
$response['locate'] = $this->createLink('testtask', 'results',"runID=$runID&caseID=$caseID&version=$version");