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
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to