[Mono-list] RE: nunit2.0 problems

Stefan Saring stefan.saring@epost.de
20 Dec 2002 22:35:53 +0100


> The Merge method was implemented. Problem was that the copy constructor was
> passing it a null reference. I just checked in a fix for this.

thanks for the fast fix. i just tried the cvs version, but there are new
problems (as you thought):

when i run the nunit 2.0 console runner now: (command "mono
nunit-console.exe Test.exe"), then i've got the following output:

Unhandled Exception: System.NullReferenceException: A null value was
found where an object instance was required
in <0x0018d> 00 NUnit.Framework.TestDomain:Load (string)
in <0x001c1> 00 NUnit.Framework.TestDomain:Load (string)
in <0x000dc> 00 NUnit.Console.ConsoleUi:MakeTestFromCommandLine
(NUnit.Framework.TestDomain,NUnit.Util.ConsoleOptions)
in <0x001cb> 00 NUnit.Console.ConsoleUi:Main (string[])

do you know why this crashes ?

thanks, 
stefan