Commit 5aed65d
authored
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
- tests/xharness
0 commit comments