MantisBT - CMake
View Issue Details
0009944CMakeCTestpublic2009-11-21 16:322011-04-04 12:00
Patrick R. Gansterer 
David Cole 
normalminoralways
closedfixed 
CMake-2-8 
CMake 2.8.3 
0009944: Wrong umlaut handling for Update.xml
Umlauts in a SVN log message have a wrong encoding (at least) in de Update.xml for CDash.
Hex-encoding isn't necessary when using UTF-8 (for valid characters).

<?xml version="1.0" encoding="UTF-8"?>
<Update mode="Client" Generator="ctest-2.8.0">
...
<StartDateTime>Nov 20 20:16 Mitteleurop&#xe4;ische Zeit</StartDateTime>
...
<Log>Lizenz&#xc3;&#xbc;berpr&#xc3;&#xbc;fung</Log>
...
</Update>
No tags attached.
related to 0003731closed Brad King CTest incorrectly escpes SVN log while building Update.xml 
related to 0008647closed Brad King CTest Dev: CTest sumitting invalid XML to dashboard resulting in tests getting dropped 
related to 0010812closed David Cole Using non-ascii utf-8 characters in CTEST_SITE causes problems in CDash 
related to 0010656closed Brad King The utf-8 output of failed test was cut wrongly at 'Measurement' element of Test.xml 
Issue History
2009-11-21 16:32Patrick R. GanstererNew Issue
2010-12-14 16:27David ColeAssigned To => David Cole
2010-12-14 16:27David ColeStatusnew => assigned
2010-12-14 16:28David ColeNote Added: 0023979
2010-12-14 16:28David ColeStatusassigned => resolved
2010-12-14 16:28David ColeFixed in Version => CMake 2.8.3
2010-12-14 16:28David ColeResolutionopen => fixed
2010-12-14 16:35David ColeRelationship addedrelated to 0003731
2010-12-14 16:36David ColeRelationship addedrelated to 0008647
2010-12-14 16:38David ColeRelationship addedrelated to 0010812
2010-12-14 16:39David ColeRelationship addedrelated to 0010656
2011-04-04 12:00David ColeNote Added: 0026040
2011-04-04 12:00David ColeStatusresolved => closed

Notes
(0023979)
David Cole   
2010-12-14 16:28   
I think this should work correctly with ctest 2.8.3. Can you try it out, and if it does not work, then please provide more details about how to reproduce the problem.

Thanks.
(0026040)
David Cole   
2011-04-04 12:00   
Closing resolved issues that have not been updated in more than 3 months.