[Mono-bugs] [Bug 362602] PropertyDescriptor.Converter tests, and problem with type name only

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Feb 23 10:07:21 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=362602

User andyhume32 at yahoo.co.uk added comment
https://bugzilla.novell.com/show_bug.cgi?id=362602#c3





--- Comment #3 from Andy Hume <andyhume32 at yahoo.co.uk>  2008-02-23 08:07:21 MST ---
The unit-test result was duplicated in the WinForm app in 362601.  So, should
PD.Converter also do:
  ComponentType.Assembly.GetType (attr.ConverterTypeName)
and 
  PropertyType.Assembly.GetType (attr.ConverterTypeName)
as well as the existing:
  Type.GetType (attr.ConverterTypeName)

I'll do some unit-tests to confirm what assemblies it should look in.  The
mscorlib and System assemblies via Type.GetType, plus the assemblies from which
the component type and the property type come?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list