forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ant compatible xml reporting for scala tests (pantsbuild#8674)
### Problem Recent changes to ScalaTestUtil (specifically the ScalaTestJunitRunnerWrapper facade) broke the xml reporting (AntJUnitXmlReporter) because the description of the runner had changed and didn't describe children of the suite correctly. ### Solution The solution implemented here, calls the getDescription method on the delegate as should be. ### Result This fixes the regression introduced by replacing the original JUnitRunner of scalatests by ScalaTestJunitRunnerWrapper
- Loading branch information
1 parent
a26dd9c
commit faba1d8
Showing
3 changed files
with
27 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters