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
1f7acddd
...
1f7acddd3f0d23a224bf816b2216d6d9b8ccf606
authored
2012-12-26 15:37:37 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
synced with master
2 parents
e4b50f07
0c2183e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
CHANGELOG.md
modules/tester.js
CHANGELOG.md
View file @
1f7acdd
CasperJS Changelog
==================
XXXX-XX-XX, v1.0.1
------------------
-
fixed
[
#336
](
https://github.com/n1k0/casperjs/issues/336
)
- Test result duration may have an exotic value
2012-12-24, v1.0.0
------------------
...
...
modules/tester.js
View file @
1f7acdd
...
...
@@ -70,7 +70,7 @@ var Tester = function Tester(casper, options) {
this
.
aborted
=
false
;
this
.
executed
=
0
;
this
.
currentTestFile
=
null
;
this
.
currentTestStartTime
=
n
ull
;
this
.
currentTestStartTime
=
n
ew
Date
()
;
this
.
currentSuite
=
undefined
;
this
.
currentSuiteNum
=
0
;
this
.
lastAssertTime
=
0
;
...
...
Please
register
or
sign in
to post a comment