* System.Configuration.dll.sources, System.Configuration20.vmwcsproj: added OrdinalCo...
authorVladimir Krasnov <krasnov@mono-cvs.ximian.com>
Thu, 15 Mar 2007 13:09:35 +0000 (13:09 -0000)
committerVladimir Krasnov <krasnov@mono-cvs.ximian.com>
Thu, 15 Mar 2007 13:09:35 +0000 (13:09 -0000)
commit7de781ccb3c845560094979067481e9c135e7c75
treefcf203497d57febfabd031c78c35d54170d38d92
parenta8888227da8d14a9ae95ce43d57894f7ecabceb2
* System.Configuration.dll.sources, System.Configuration20.vmwcsproj: added OrdinalComparer.cs
* ConfigurationSectionCollection.cs, ConfigurationSectionGroupCollection.cs,
PropertyInformationCollection.cs, SectionGroupInfo.cs: these collections should be based on case insensitive NameObjectCollectionBase
* added OrdinalComparer.cs for use in NameObjectCollectionBase
* t44.cs: added test for case sensitivity check

svn path=/trunk/mcs/; revision=74361
14 files changed:
mcs/class/System.Configuration/ChangeLog
mcs/class/System.Configuration/System.Configuration.dll.sources
mcs/class/System.Configuration/System.Configuration/ChangeLog
mcs/class/System.Configuration/System.Configuration/ConfigurationSectionCollection.cs
mcs/class/System.Configuration/System.Configuration/ConfigurationSectionGroupCollection.cs
mcs/class/System.Configuration/System.Configuration/OrdinalComparer.cs [new file with mode: 0644]
mcs/class/System.Configuration/System.Configuration/PropertyInformationCollection.cs
mcs/class/System.Configuration/System.Configuration/SectionGroupInfo.cs
mcs/class/System.Configuration/System.Configuration20.csproj
mcs/class/System.Configuration/Test/standalone/ChangeLog
mcs/class/System.Configuration/Test/standalone/Makefile
mcs/class/System.Configuration/Test/standalone/t44.cs [new file with mode: 0644]
mcs/class/System.Configuration/Test/standalone/t44.exe.config [new file with mode: 0644]
mcs/class/System.Configuration/Test/standalone/t44.exe.expected [new file with mode: 0644]