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
26da72e6
...
26da72e6c26bd2d9ad77b01a301537a4153c778c
authored
2012-12-19 21:10:23 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
typo
1 parent
04be70a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
tests/suites/xunit.js
tests/suites/xunit.js
View file @
26da72e
...
...
@@ -32,7 +32,6 @@ casper.test.begin('XUnitReporter() can hold test suites', function suite() {
this
.
assertExists
(
'testsuites[duration]'
);
this
.
assertExists
(
'testsuite[name="foo"][package="foo"]'
);
this
.
assertExists
(
'testsuite[name="bar"][package="bar"]'
);
throw
new
Error
(
'plop'
)
this
.
done
(
4
);
});
...
...
Please
register
or
sign in
to post a comment