* System_test.dll.sources: Added EventDescriptorCollectionTest.cs.
authorGert Driesen <drieseng@users.sourceforge.net>
Fri, 27 Jun 2008 11:59:22 +0000 (11:59 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Fri, 27 Jun 2008 11:59:22 +0000 (11:59 -0000)
commitdaaaa7b89cd70475da466f5423a8dc9da6b0c9b5
tree686d5ced97bfcee5ad5606da7397368ec4ccb672
parent1e390b907f12db55444af8236b0cb91e16e33337
* System_test.dll.sources: Added EventDescriptorCollectionTest.cs.
* EventDescriptorCollectionTests.cs: Added tests based on tests for
PropertyDescriptorCollection.
* PropertyDescriptorCollectionTests.cs: Added tests for Sort overloads.
Improved test for Find with null key.
* EventDescriptorCollection.cs: Fixed NRE in Sort overloads when order
string array is null.
* PropertyDescriptorCollection.cs: Fixed NRE in Sort overloads when
order string array is null.

svn path=/trunk/mcs/; revision=106733
mcs/class/System/ChangeLog
mcs/class/System/System.ComponentModel/ChangeLog
mcs/class/System/System.ComponentModel/EventDescriptorCollection.cs
mcs/class/System/System.ComponentModel/PropertyDescriptorCollection.cs
mcs/class/System/System_test.dll.sources
mcs/class/System/Test/System.ComponentModel/ChangeLog
mcs/class/System/Test/System.ComponentModel/EventDescriptorCollectionTests.cs [new file with mode: 0644]
mcs/class/System/Test/System.ComponentModel/PropertyDescriptorCollectionTests.cs