common-workflow-language / cwltest

Framework for testing CWL tools and workflows
Apache License 2.0
17 stars 18 forks source link

quotes need escaping #4

Open mr-c opened 7 years ago

mr-c commented 7 years ago

From https://ci.commonwl.org/job/cwltool-conformance/lastCompletedBuild/testReport/result/xml/_failed_to_read_/

org.dom4j.DocumentException: Error on line 65 of document file:///var/lib/jenkins/jobs/cwltool-conformance/workspace/common-workflow-language/v1.0/result.xml : Element type "testcase" must be followed by either attribute specifications, ">" or "/>". Nested exception: Element type "testcase" must be followed by either attribute specifications, ">" or "/>".

https://ci.commonwl.org/job/cwltool-conformance/ws/common-workflow-language/v1.0/result.xml/*view*/

anton-khodak commented 6 years ago

Looks like junit_xml is generated properly

<testcase name="Test file li'teral output created by &quot;ExpressionTool&quot;" short_name="file-literal" time="3.712742">

Can you confirm the issue still persists?