[Mono-devel-list] Nunit Test under MicroSoft.VisualBasic

Atsushi Eno atsushi at ximian.com
Thu Dec 2 08:42:59 EST 2004


Hello,

Ritvik Mayank wrote:
>  
> Hi , 
>  
> when i do make run-test under MicroSoft.VisualBasic i get the following
> error. 
>   
> Unhandled Exception: 
> System.Xml.XmlException: unexpected end of file. Current depth is 14 
> Line 231, position 19. 
<snip>

The culprit is that nunit always emits result string into xml
always as CDATA section that is however unable to escape
invalid characters.

I attached the fix for nunit. It replaces CDATA section with
usual xml string. If no problem, I'll commit it later.

BTW this problem looks already reported here:
http://sourceforge.net/tracker/?group_id=10749&atid=110749&func=detail&aid=1073539

Atsushi Eno
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: nunit-cdata.diff
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20041202/5391678a/attachment.pl 


More information about the Mono-devel-list mailing list