Skip to content

Commit 5aed65d

Browse files
authored
[xharness] Fix rendering human-readable results for parameterized tests. Fixes #9400. (#9704)
We weren't probably parsing nested test-suite elements in the xml, so implement parsing of test-suite elements using recursion, which is easier and less error-prone (and turns out to work fine too). Also use TextReader/Writer instead of StreamReader/Writer in a few places. This makes it easier to write tests, since TextReader/Writer can use in-memory streams (no need to mess with temporary files). Fixes #9400.
1 parent 764734d commit 5aed65d

4 files changed

Lines changed: 3886 additions & 137 deletions

File tree

0 commit comments

Comments
 (0)