[Mono-devel-list] [PATCH] Fix "neutral" sorting in DataView

Miguel de Icaza miguel at ximian.com
Wed Jul 20 12:57:31 EDT 2005


Hello,

> I think your patch is fixing the symptom, not the problem.
> If you want to fix the problem, you probably should change DataView code 
> so it always uses Sort property instead of sort private member (except 
> the places this can not be done), and change the Sort get : it should 
> return String.Empty if useDefaultSort is true and sort otherwise.
> 
> And it would be really gentle if you'll supply a test case for your fix.

NUnit tests cases are best as we can integrate those into the regular
builds to avoid having regressions.

Miguel



More information about the Mono-devel-list mailing list