| OLD | NEW |
| 1 <?xml version="1.0" ?> | 1 <?xml version="1.0" ?> |
| 2 <testsuites name="AllTests" tests="9" time="0.090379" timestamp="2013-02-06 21:4
0:20.043987"> | 2 <testsuites name="AllTests" tests="9" time="0.090379" timestamp="2013-02-06 21:4
0:20.043987"> |
| 3 <testsuite name="Foo" tests="3"> | 3 <testsuite name="Foo" tests="3"> |
| 4 <testcase classname="Foo" name="Bar1" status="run" time="0.029682"> | 4 <testcase classname="Foo" name="Bar1" status="run" time="0.029682"> |
| 5 <failure><![CDATA[Note: Google Test filter = Foo.Bar1 | 5 <failure><![CDATA[Note: Google Test filter = Foo.Bar1 |
| 6 | 6 |
| 7 [==========] Running 1 test from 1 test case. | 7 [==========] Running 1 test from 1 test case. |
| 8 [----------] Global test environment set-up. | 8 [----------] Global test environment set-up. |
| 9 [----------] 1 test from Foo | 9 [----------] 1 test from Foo |
| 10 [ RUN ] Foo.Bar1 | 10 [ RUN ] Foo.Bar1 |
| 11 [ OK ] Foo.Bar1 (0 ms) | 11 [ OK ] Foo.Bar1 (100 ms) |
| 12 [----------] 1 test from Foo (0 ms total) | 12 [----------] 1 test from Foo (100 ms total) |
| 13 | 13 |
| 14 | 14 |
| 15 [----------] Global test environment tear-down | 15 [----------] Global test environment tear-down |
| 16 [==========] 1 test from 1 test case ran. (0 ms total) | 16 [==========] 1 test from 1 test case ran. (30 ms total) |
| 17 [ PASSED ] 1 test. | 17 [ PASSED ] 1 test. |
| 18 | 18 |
| 19 YOU HAVE 5 DISABLED TESTS | 19 YOU HAVE 5 DISABLED TESTS |
| 20 | 20 |
| 21 YOU HAVE 2 tests with ignored failures (FAILS prefix) | 21 YOU HAVE 2 tests with ignored failures (FAILS prefix) |
| 22 | 22 |
| 23 ]]></failure></testcase> | 23 ]]></failure></testcase> |
| 24 <testcase classname="Foo" name="Bar5" status="run" time="0.028001"> | 24 <testcase classname="Foo" name="Bar5" status="run" time="0.028001"> |
| 25 <failure><![CDATA[Note: Google Test filter = Foo.Bar5 | 25 <failure><![CDATA[Note: Google Test filter = Foo.Bar5 |
| 26 | 26 |
| 27 [==========] Running 1 test from 1 test case. | 27 [==========] Running 1 test from 1 test case. |
| 28 [----------] Global test environment set-up. | 28 [----------] Global test environment set-up. |
| 29 [----------] 1 test from Foo | 29 [----------] 1 test from Foo |
| 30 [ RUN ] Foo.Bar5 | 30 [ RUN ] Foo.Bar5 |
| 31 [ OK ] Foo.Bar5 (0 ms) | 31 [ OK ] Foo.Bar5 (100 ms) |
| 32 [----------] 1 test from Foo (0 ms total) | 32 [----------] 1 test from Foo (100 ms total) |
| 33 | 33 |
| 34 | 34 |
| 35 [----------] Global test environment tear-down | 35 [----------] Global test environment tear-down |
| 36 [==========] 1 test from 1 test case ran. (0 ms total) | 36 [==========] 1 test from 1 test case ran. (30 ms total) |
| 37 [ PASSED ] 1 test. | 37 [ PASSED ] 1 test. |
| 38 | 38 |
| 39 YOU HAVE 5 DISABLED TESTS | 39 YOU HAVE 5 DISABLED TESTS |
| 40 | 40 |
| 41 YOU HAVE 2 tests with ignored failures (FAILS prefix) | 41 YOU HAVE 2 tests with ignored failures (FAILS prefix) |
| 42 | 42 |
| 43 ]]></failure></testcase> | 43 ]]></failure></testcase> |
| 44 <testcase classname="Foo" name="Bar4" status="run" time="0.029407"> | 44 <testcase classname="Foo" name="Bar4" status="run" time="0.029407"> |
| 45 <failure><![CDATA[Note: Google Test filter = Foo.Bar4 | 45 <failure><![CDATA[Note: Google Test filter = Foo.Bar4 |
| 46 | 46 |
| 47 [==========] Running 1 test from 1 test case. | 47 [==========] Running 1 test from 1 test case. |
| 48 [----------] Global test environment set-up. | 48 [----------] Global test environment set-up. |
| 49 [----------] 1 test from Foo | 49 [----------] 1 test from Foo |
| 50 [ RUN ] Foo.Bar4 | 50 [ RUN ] Foo.Bar4 |
| 51 [ OK ] Foo.Bar4 (0 ms) | 51 [ OK ] Foo.Bar4 (100 ms) |
| 52 [----------] 1 test from Foo (0 ms total) | 52 [----------] 1 test from Foo (100 ms total) |
| 53 | 53 |
| 54 | 54 |
| 55 [----------] Global test environment tear-down | 55 [----------] Global test environment tear-down |
| 56 [==========] 1 test from 1 test case ran. (0 ms total) | 56 [==========] 1 test from 1 test case ran. (30 ms total) |
| 57 [ PASSED ] 1 test. | 57 [ PASSED ] 1 test. |
| 58 | 58 |
| 59 YOU HAVE 5 DISABLED TESTS | 59 YOU HAVE 5 DISABLED TESTS |
| 60 | 60 |
| 61 YOU HAVE 2 tests with ignored failures (FAILS prefix) | 61 YOU HAVE 2 tests with ignored failures (FAILS prefix) |
| 62 | 62 |
| 63 ]]></failure></testcase> | 63 ]]></failure></testcase> |
| 64 </testsuite> | 64 </testsuite> |
| 65 </testsuites> | 65 </testsuites> |
| OLD | NEW |