]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/test/baseline-outputs/log-formatter-test.pattern.junit
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / test / test / baseline-outputs / log-formatter-test.pattern.junit
1 * 3-format *******************************************************************
2 <?xml version="1.0" encoding="UTF-8"?>
3 <testsuite tests="0" skipped="0" errors="0" failures="0" id="0" name="1_test_cases_inside" time="0.1234">
4 <properties>
5 <property name="platform" value="BOOST_SOME_PLATFORM" />
6 <property name="compiler" value="BOOST_SOME_COMPILER" />
7 <property name="stl" value="BOOST_SOME_STDLIB" />
8 <property name="boost" value="BOOST_1.XX.Y_SOME_VERSION" />
9 </properties>
10 <testcase assertions="0" name="almost_good_foo" time="0.1234">
11 <system-out><![CDATA[WARNING:
12 - file : log-formatter-test.cpp
13 - line : 44
14 - message: condition 2>3 is not satisfied [2 <= 3]
15
16 MESSAGE:
17 - file : boost.test framework
18 - line : 212
19 - message: Test case 1 test cases inside/almost_good_foo did not check any assertions
20
21 ]]></system-out>
22 </testcase>
23 </testsuite>