Skip to content

Commit

Permalink
Fix missing XML preamble bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed May 20, 2014
1 parent ac19fae commit eeafad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cli/reporter/junit.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ JUnitReporter.prototype.bindEvents = function () {
this.batch.on("agentResult", this.handleAgentResult.bind(this));
this.batch.on("agentScriptError", this.handleAgentScriptError.bind(this));
this.batch.on("agentError", this.handleAgentError.bind(this));
this.batch.once("dispatch", this.handleDispatch.bind(this));
this.batch.once("complete", this.handleComplete.bind(this));
this.batch.once("end", this.handleEnd.bind(this));
};
Expand Down

0 comments on commit eeafad9

Please sign in to comment.