Subject: | SAX bails out on XML comment! |
When parsing the attached XML file, I get the error
Comment not terminated
<!-- command exec="#simpost" check_status="1"> at
C:\ccviews\fischron_090929.sv\opticm_dev\ARTS\App\..\..\ARTS\Libs\activestate\lib/XML/LibXML/SAX.pm
line 64
After removing the comment line, no error anymore.
Subject: | test_retry_compound.xml |
<?xml version = "1.0" encoding="UTF-8"?>
<testrequest version="1.0">
<testparams>
<testid>Maronisuppn</testid>
<testname>DerMaronibrater</testname>
<submitter>
<name>Ronald O.V. Fischer</name>
<handle>fischron</handle>
<email>fischerr.external@infineon.com</email>
</submitter>
<comment>Testing Compound Retry Feature</comment>
<artshandle>fischron</artshandle>
<allowedsite>MUC</allowedsite>
</testparams>
<tests>
<test subreq="first">
<mock><view>!no</view></mock>
<qualitygates>
<step type="Carpaccio">
<compounds>
<compound type="Basic" relpath="." id="Noamol">
<comment>MirProbiernsImmaWieda</comment>
<runtime type="LsfUnix"/>
<commands>
<command exec="banner">wir scheitern mit freude</command>
<command exec="ls" check_status="0">-ld attempt*</command>
<!-- command exec="#simpost" check_status="1">--genretryec</command -->
</commands>
</compound>
</compounds>
</step>
</qualitygates>
</test>
</tests>
</testrequest>