diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngScenario/output/Xml.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngScenario/output/Xml.js b/src/ngScenario/output/Xml.js index 6cd27fe7..cdd04f0c 100644 --- a/src/ngScenario/output/Xml.js +++ b/src/ngScenario/output/Xml.js @@ -43,7 +43,7 @@ angular.scenario.output('xml', function(context, runner, model) { if (step.error) { var error = $('<error></error>'); stepContext.append(error); - error.text(formatException(stepContext.error)); + error.text(formatException(step.error)); } }); }); |
