Skip to content

Commit

Permalink
[xharness] Fix rendering human-readable results for parameterized tes…
Browse files Browse the repository at this point in the history
…ts. 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.
  • Loading branch information
rolfbjarne authored and mandel-macaque committed Oct 5, 2020
1 parent df79cdc commit 4e4fe02
Show file tree
Hide file tree
Showing 4 changed files with 3,886 additions and 137 deletions.
Loading

0 comments on commit 4e4fe02

Please sign in to comment.