MantisBT - CDash
View Issue Details
0008881CDashpublic2009-04-13 10:132009-05-14 11:29
Bradley Lowekamp 
Julien Jomier 
normalminoralways
closedfixed 
1.6 
1.5 
0008881: Improve support for white spaces to NamedMeasurement with type text/string and/or text/plain types
When a xml file with named measurements with types "text/string" and "text/plain" white spaces are not displayed correctly on the dashboard. They appear to be partially ignore in a similar fashion to HTML.

Attached is a sample XML fragment from a Test.xml submission to cdash.

Sample submitted build:
http://www.cdash.org/CDashPublic/testDetails.php?test=994873&build=18018 [^]

        <Results>
            <NamedMeasurement name="Baseline TextString" type="text/string"><Value>string text value</Value></NamedMeasurement>
            <NamedMeasurement name="Difference TextPlain" type="text/plain"><Value>1c1
< this is
----
> this is different
</Value></NamedMeasurement>
            <Measurement>
                <Value>
</Value>
            </Measurement>
        </Results>
No tags attached.
Issue History
2009-04-13 10:13Bradley LowekampNew Issue
2009-05-03 15:57Julien JomierStatusnew => assigned
2009-05-03 15:57Julien JomierAssigned To => Julien Jomier
2009-05-03 15:58Julien JomierStatusassigned => resolved
2009-05-03 15:58Julien JomierFixed in Version => 1.5
2009-05-03 15:58Julien JomierResolutionopen => fixed
2009-05-14 11:29Bradley LowekampNote Added: 0016440
2009-05-14 11:29Bradley LowekampStatusresolved => closed

Notes
(0016440)
Bradley Lowekamp   
2009-05-14 11:29   
I was able to verify that this was fixed in my test submissions.

http://www.cdash.org/CDashPublic/testDetails.php?test=1165330&build=23053 [^]
http://www.cdash.org/CDashPublic/testDetails.php?test=1084714&build=23053 [^]

Thank you!