[Mono-dev] BitVector32 patch

Miguel de Icaza miguel at novell.com
Fri Aug 22 16:55:14 EDT 2008


Hello Scott,

> >    Scott, would you mind providing NUnit test cases to ensure that this
> > bug does not ever creep up again, and in particular, test cases for the
> > current failure?
> 
> Done and done: https://bugzilla.novell.com/show_bug.cgi?id=417833

This seems to differ from .NET, as on .NET the following works:

	s1 = BitVector32.CreateSection (32767);
	s2 = BitVector32.CreateSection (32767, s1);
	s3 = BitVector32.CreateSection (4, s2);

Without throwing an exception



More information about the Mono-devel-list mailing list