Hello, > What changes to NUnit were specific to Mono? > > Is there a list of these features?
You are confused; There are no changes, you should just not depend on Mono's built-in and private copy of NUnit to write your NUnit test cases. You should get the latest NUnit. > On Sun, Nov 16, 2008 at 10:54 PM, Miguel de Icaza <[EMAIL PROTECTED]> > wrote: > Hello, > > > > I use NUnit for work and have been using the latest version > for > > months. I wrote some test for Mono and found out that the > version > > that Mono is using does not support some of the asserts I am > using > > (IsEmpty). Is there any plan to upgrade the version of > NUnit that is > > used with the Mono build/test? > > > The NUnit that ships with Mono should be considered Mono's own > copy of > NUnit and not a public version of it. > > We should probably make packages of the latest version of > NUnit, > encourage the NUnit developer to maintain those and encourage > developers > to use the public NUnit as opposed to the private copy that > Mono ships. > > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
