[Mono-list] Test-suite for System.Collections.SortedList

Miguel de Icaza miguel@ximian.com
22 Mar 2002 10:12:14 -0500


Hello Jaak!

> I am new comer in the field of .NET and C#, so I tried out writing a test 
> suite as suggested in your web. For me its the first project where I see 
> that it is rather easy to start contributing, good job.

Welcome to the team!

> All tests passed on my Windows XP Professional box, except the test of 
> SortedList.Clear() method:
> - it seems there is a contradiction with the MSDN documentation, which 
> claims that the Clear() method leaves the Capacity unchanged, whereas the 
> Capacity is altered.

Thanks for the comment, I have documented the miss-match in our API
tracking file. 

Miguel