2008-04-16 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Wed, 16 Apr 2008 21:52:54 +0000 (21:52 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 16 Apr 2008 21:52:54 +0000 (21:52 -0000)
commit7fff97b7910305518a92ab1252a244e8b2ea04a8
tree6e959701d844235f56c54c2f331b9292150db857
parent20c39a3604229341ac7741f7fada95c4ff8f8536
2008-04-16  Marek Habersack  <mhabersack@novell.com>

* ReferenceConverter.cs: fix ConvertFrom and ConvertTo when
converting from/to string - base must be called only if the
conversion target type is NOT string, otherwise the result of the
conversion will be the value type name.
2008-04-16  Marek Habersack  <mhabersack@novell.com>

* ComponentConverterTests.cs: added tests for
{Component, Reference}Converter ConvertFrom/ConvertTo changes.
2008-04-16  Marek Habersack  <mhabersack@novell.com>

* System_test.dll.sources: added
System.ComponentModel/ComponentConverterTests.cs

* Makefile (TEST_MCS_FLAGS): reference -r:System.Data for new
tests.

svn path=/trunk/mcs/; revision=100952
mcs/class/System/ChangeLog
mcs/class/System/Makefile
mcs/class/System/System.ComponentModel/ChangeLog
mcs/class/System/System.ComponentModel/ReferenceConverter.cs
mcs/class/System/System.dll.sources
mcs/class/System/System_test.dll.sources
mcs/class/System/Test/System.ComponentModel/ChangeLog
mcs/class/System/Test/System.ComponentModel/ComponentConverterTests.cs [new file with mode: 0644]