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
f0a8c0ae
...
f0a8c0ae36c1219bbe650ff5bbb3f2e8f585d0e6
authored
2012-06-16 10:55:32 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed failed test messages dont't expose the subject correctly
1 parent
2683c204
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/tester.js
modules/tester.js
View file @
f0a8c0a
...
...
@@ -133,7 +133,7 @@ var Tester = function Tester(casper, options) {
message
:
message
,
file
:
this
.
currentTestFile
,
values
:
{
subject
:
subject
subject
:
utils
.
getPropertyPath
(
context
,
'values.subject'
)
||
subject
}
},
context
||
{}));
};
...
...
Please
register
or
sign in
to post a comment