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



_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to