32 lines
885 B
Plaintext
Raw Normal View History

2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
* XamlMemberInvokerTest.cs : make sure GetValue() is not supported
on directives.
2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
* XamlMemberInvokerTest.cs : make sure that the invoker returns Type
for Type member here. (XamlObjectReader returns string for some
cases, so I wanted to make sure it is *not* here.)
2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
* XamlTypeTypeConverterTest.cs : more conversion tests.
2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
* XamlTypeNameTest.cs : new test.
2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
* XamlTypeTypeConverterTest.cs, XamlValueConverterTest.cs :
new tests.
2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
* XamlTypeInvokerTest.cs : new test.
2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
* XamlMemberInvokerTest.cs : new test.