Commit 8b9dd96
committed
test: make junit reporter assertions more flexible
The previous assertions for the JUnit reporter output were too strict
about the order of XML attributes. The attribute order is not
guaranteed and can vary, causing the test to fail.
This commit updates the regular expressions to be independent of
the attribute order, ensuring the test is more robust.1 parent 63f36b0 commit 8b9dd96
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
194 | 209 | | |
0 commit comments