On Mon, 2005-07-04 at 03:12 -0400, Ritvik Mayank  wrote:
> +             
> Assert.AreEqual("System.Windows.Forms.ListBox+ObjectCollection",  
> lb1.Items.ToString(), "#7");

Please don't do that. The ToString functionality is provided by Object,
there's no need to test it. It also prevents any clever tricks (for
example, returning a derived class).

-- Ben

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to