Closed
Description
Running rebot aginst the following xml results in "failed: Incompatible XML element 'msg'." error message
<?xml version="1.0" encoding="UTF-8"?>
<robot>
<suite source="suiteSource" name="suiteName">
<test id="A" name="test A">
<msg timestamp="20201116 08:29:45.100" level="WARN">Hi from test - doesn't work</msg>
<kw name="log">
<msg timestamp="20201116 08:29:45.100" level="WARN">Hi from keyword - does work</msg>
</kw>
<status status="PASS" starttime="20201116 08:29:45.130" endtime="20201116 08:29:45.140"></status>
</test>
</suite>
</robot>
It only works of the msg under test tag is removed even though it is valid according to the schema:
robotframework/doc/schema/robot-xsd10.xsd
Lines 31 to 43 in 6d90c19
robotframework/doc/schema/robot-xsd11.xsd
Lines 31 to 43 in 6d90c19