2008-02-26 Ivan N. Zlatev <contact@i-nz.net>
authorIvan Zlatev <ivan@ivanz.com>
Tue, 26 Feb 2008 20:39:05 +0000 (20:39 -0000)
committerIvan Zlatev <ivan@ivanz.com>
Tue, 26 Feb 2008 20:39:05 +0000 (20:39 -0000)
commit18e9712b241495aa7cbc40b3a377e5c7cbe8e44d
tree66e11bcfdd61e300b6bcc5271f4bcddb52899b5b
parent7ff8dea7a6240ff25c92796ce8666337fcea3202
2008-02-26  Ivan N. Zlatev  <contact@i-nz.net>

        * PropertyDescriptor.cs:
         - Implement CreateInstance and GetTypeFromName
         and refactor GetEditor and Converter use them.
         - Drop TypeDescriptor.GetTypeFromName as we also want to check the
         ComponentType assembly, which it doesn't do.
        * TypeDescriptor.cs: Make GetTypeFromName private as it is no longer
        used from the outside.
        * PropertyDescriptorTests.cs: Add Converter tests. Based on a
        patch by Andy Hume <andyhume32@yahoo.co.uk> under the MIT/X11
        license.
        * System_test.dll.sources: Add Consts.cs so that tests can use it
        (e.g for specifying assembly qualified type names in attributes).

svn path=/trunk/mcs/; revision=96687
mcs/class/System/System.ComponentModel/ChangeLog
mcs/class/System/System.ComponentModel/PropertyDescriptor.cs
mcs/class/System/System.ComponentModel/TypeDescriptor.cs
mcs/class/System/System_test.dll.sources
mcs/class/System/Test/System.ComponentModel/ChangeLog
mcs/class/System/Test/System.ComponentModel/PropertyDescriptorTests.cs