[Mono-list] Nunit2.0 from Mono code problems and success from Nunit 2.1.4 codebase!!

Gonzalo Paniagua Javier gonzalo@ximian.com
Sat, 20 Sep 2003 06:11:00 +0200


El sáb, 20-09-2003 a las 05:33, Francisco Figueiredo Jr. escribió:
> Hi all.
> 
> I'm trying to use nunit2.0 from mcs/nunit20 dir with Mono, but I'm 
> having problems....
> 
> This is the stack trace I get when executing mono --debug 
> nunit-console.exe passing my NpgsqlTests.dll nunit2.0 tests file:
> 
> mono --debug `which nunit-console.exe` NpgsqlTests.dll
> load my NpgsqlTests test suite class and throws this exception.

NUnit uses Assembly.Load. That means that you have the assembly you want
to run must be in your MONO_PATH, ie, in your case,
MONO_PATH=.:$MONO_PATH

-Gonzalo