| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <testsuites name="AllTests" tests="" failures="" disabled="" errors="" time=""> | |
| 3 <!-- See comments in gtest_results.xml0 for what the different suites represen
t --> | |
| 4 <testsuite name="Suite0" tests="1" failures="" disabled="" errors="" time=""> | |
| 5 <testcase name="Test0" status="run" time="0" classname="Suite0" /> | |
| 6 </testsuite> | |
| 7 <testsuite name="Suite1" tests="1" failures="" disabled="" errors="" time=""> | |
| 8 <testcase name="Test0" status="run" time="1" classname="Suite1"> | |
| 9 <failure message="" type="" ignored="true"></failure> | |
| 10 </testcase> | |
| 11 </testsuite> | |
| 12 <testsuite name="Suite2" tests="2" failures="" disabled="" errors="" time=""> | |
| 13 <testcase name="Test0" status="run" time="0" classname="Suite2" /> | |
| 14 <testcase name="Test1" status="run" time="0" classname="Suite2" /> | |
| 15 </testsuite> | |
| 16 <testsuite name="Suite3" tests="1" failures="" disabled="" errors="" time=""> | |
| 17 <testcase name="Test0" status="run" time="0" classname="Suite3"> | |
| 18 <failure message="" type="" ignored="true"></failure> | |
| 19 <failure message="" type="" ignored="true"></failure> | |
| 20 </testcase> | |
| 21 </testsuite> | |
| 22 </testsuites> | |
| OLD | NEW |