[Mono-list] Mono NUnit question
Gonzalo Paniagua Javier
gonzalo@ximian.com
Mon, 17 Nov 2003 06:56:49 +0100
El vie, 14-11-2003 a las 01:31, Joseph Kong escribió:
> Dear Mono team,
> I wrote a simple test program and successfully
> compiled it to "mytest.dll" Then, I tried to execute
> it by doing the following: nunit-console mytest.dll
>
>
> And, I obtained the following msg:
> NUnit version 2.0.9
> Copyright (C) 2002 James W. Newkirk, Michael C. Two,
> Alexei A. Vorontsov.
> Copyright (C) 2000-2002 Philip Craig.
> All Rights Reserved.
>
> ** (/usr/bin/nunit-console:1217): WARNING **: Failed
> to load function xsltSaveResultToString from xslt
>
> ** (/usr/bin/nunit-console:1217): WARNING **: Failed
> to load function xsltSaveResultToString from xslt
>
> Unhandled Exception: System.MissingMethodException: A
> missing method exception has occurred.
You need to have libxslt installed or set the MONO_MANAGED_XSLT
environment variable to 'true'.
-Gonzalo