[Mono-list] running the corlib unit tests under linux
Varga Zoltan
vargaz@freemail.hu
Sat, 4 Jan 2003 18:17:45 +0100 (CET)
Hi,
When I try to run the corlib unit tests with the latest
CVS, I get the
following exception:
Unhandled Exception: System.MissingMethodException:
Constructor not found
in <0x0013e> 00 System.Activator:CreateInstance
(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
I tracked this down and the problem is in nunit20, in the
TestDomain:MakeRemoteTestRunner() method, which passes
BindingFlags.Default (0) to CreateInstance(). When I fixed
this, it still
doesn't work because AppDomain.DoCallBack() is not implemented.
So the question is: how can I run the unit tests under linux?
bye
Zoltan