* fix bug#356.
This commit is contained in:
@@ -262,7 +262,7 @@ class testtaskModel extends model
|
||||
{
|
||||
foreach($this->post->steps as $stepID =>$stepResult)
|
||||
{
|
||||
$step['result'] = $stepResult;
|
||||
$step['result'] = $this->post->passall ? 'pass' : $stepResult;
|
||||
$step['real'] = $this->post->reals[$stepID];
|
||||
$stepResults[$stepID] = $step;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user