Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f33ecd92
...
f33ecd92bf327cd39cee24fd4a6fe7422ec1b86f
authored
2012-12-26 15:30:02 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed test result duration could have exotic value
1 parent
9e0ba3cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/tester.js
modules/tester.js
View file @
f33ecd9
...
...
@@ -91,7 +91,7 @@ var Tester = function Tester(casper, options) {
};
// measuring test duration
this
.
currentTestStartTime
=
n
ull
;
this
.
currentTestStartTime
=
n
ew
Date
()
;
this
.
lastAssertTime
=
0
;
this
.
configure
();
...
...
Please
register
or
sign in
to post a comment