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
80bf93cb
...
80bf93cb70e05f36b33add4499295934b7e843af
authored
2013-10-23 13:44:07 +0200
by
fwebdev
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Changed Test accordingly for change Attribute from duration to time
1 parent
e693b29e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tests/suites/xunit.js
tests/suites/xunit.js
View file @
80bf93c
...
...
@@ -29,7 +29,7 @@ casper.test.begin('XUnitReporter() can hold test suites', 4, function suite(test
test
.
assertEvalEquals
(
function
()
{
return
__utils__
.
findAll
(
'testsuite'
).
length
;
},
2
);
test
.
assertExists
(
'testsuites[
duration
]'
);
test
.
assertExists
(
'testsuites[
time
]'
);
test
.
assertExists
(
'testsuite[name="foo"][package="foo"]'
);
test
.
assertExists
(
'testsuite[name="bar"][package="bar"]'
);
test
.
done
();
...
...
Please
register
or
sign in
to post a comment