Commit f33ecd92 f33ecd92bf327cd39cee24fd4a6fe7422ec1b86f by Nicolas Perriault

fixed test result duration could have exotic value

1 parent 9e0ba3cb
......@@ -91,7 +91,7 @@ var Tester = function Tester(casper, options) {
};
// measuring test duration
this.currentTestStartTime = null;
this.currentTestStartTime = new Date();
this.lastAssertTime = 0;
this.configure();
......