[Mono-dev] [PATCH] proper xml for the .cov output of monocov
Valentin Sawadski
valentin.sawadski at gmx.de
Sat Apr 21 17:35:03 EDT 2007
Hello again,
sorry but my previous mail was a little bit to early and enthusiastic.
I've taken a closer look into monocov and found out that the CoverageModel had
problem loading generic types, since the types are called Type<type1,type2>
in the *.cov file and Type`2 in the corresponding assembly, therefore the
output of the monocov-profiler had to be changed again.
So please review this patch instead of the initial one, since this one.
Kind Regards,
Valentin
On Saturday 21 April 2007 20:56, Valentin Sawadski wrote:
> Hello,
>
> here is a short patch to fix the xml output of monocov.
>
> The monocov-profiler does not replace the "<" and ">" of generic members
> with the right HTML-Entities when outputting to xml this caused the
> monocov-gui to crash when trying to display the .cov file.
>
> This has been fixed by the attached patch, so please take a look at it.
>
> Kind Regards,
> Valentin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: monocov2.patch
Type: text/x-diff
Size: 1602 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070421/9ae70cc8/attachment.bin
More information about the Mono-devel-list
mailing list