* finish the task #617.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-11-22 08:15:48 +00:00
parent 077686af36
commit 46749006d2
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -320,7 +320,6 @@ class testtaskModel extends model
}
}
}
return $results;
}
}
-1
View File
@@ -38,7 +38,6 @@
<td class='<?php echo $stepResult['result'];?> a-center'><?php echo $lang->testcase->resultList[$stepResult['result']];?></td>
<td><?php echo $stepResult['real'];?></td>
</tr>
<?php if($stepResult['result'] == 'blocked' or $stepResult['result'] == 'fail') break;?>
<?php else:?>
<td></td>
<td></td>