200 lines
5.8 KiB
Plaintext
200 lines
5.8 KiB
Plaintext
2010-06-29 Raja R Harinath <harinath@hurrynot.org>
|
|
|
|
* XamlLanguageTest.cs (CategoryAttribute): Use a slightly more
|
|
portable way to resolve the CategoryAttribute ambiguity.
|
|
* XamlObjectReaderTest.cs, XamlObjectWriterTest.cs: Likewise.
|
|
* XamlTypeTest.cs, XamlXmlReaderTest.cs, XamlXmlWriterTest.cs: Likewise.
|
|
* XamlDirectiveTest.cs: Likewise.
|
|
|
|
2010-05-17 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlObjectWriterTest.cs : fix and enable some tests.
|
|
|
|
2010-04-26 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlObjectReaderTest.cs : more test use cases.
|
|
|
|
2010-04-26 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlObjectReaderTest.cs : enable working tests.
|
|
* XamlTypeTest.cs : added a test for GetAliasedProperty().
|
|
|
|
2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlObjectReaderTest.cs : enabled working tests. Add decent
|
|
namespace declaration node assertions in the next tests.
|
|
|
|
2010-04-22 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlObjectReaderTest.cs : add another MarkupExtension test.
|
|
|
|
2010-04-20 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlObjectReaderTest.cs : added a bunch of read detail tests (lots
|
|
on not-working ones).
|
|
|
|
2010-04-20 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeTest.cs : added tests for GetPositionalParameters().
|
|
|
|
2010-04-18 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlObjectReaderTest.cs : enable working test.
|
|
|
|
2010-04-18 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlObjectReaderTest.cs : enable working tests and remove invalid
|
|
comment.
|
|
|
|
2010-04-18 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlObjectReaderTest.cs : add simple read tests for some types.
|
|
|
|
2010-04-16 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlMemberTest.cs, XamlXmlReaderTest.cs :
|
|
a few correction and additions on member equality.
|
|
|
|
2010-04-16 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlMemberTest.cs, XamlXmlReaderTest.cs : some member equivalence
|
|
tests. Commented out some assertions that won't work for a while.
|
|
|
|
2010-04-16 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlXmlReaderTest.cs : add more detailed read tests, and more
|
|
file-based tests (not working yet).
|
|
|
|
2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeTest.cs, XamlLanguageTest.cs : enable AllowedContentTypes
|
|
and ContentWrappers tests.
|
|
|
|
2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlXmlReaderTest.cs : enable DateTime tests.
|
|
* XamlSchemaContextTest.cs : add a type name resolver test.
|
|
|
|
2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlXmlReaderTest.cs : added a couple more of read and load tests.
|
|
|
|
2010-04-15 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlObjectReaderTest.cs : add more read tests (lots of them are
|
|
not fully working yet).
|
|
|
|
2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlXmlReaderTest.cs : add primitive TimeSpan reader test.
|
|
|
|
2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeTest.cs : add more TypeConverter and ToString() tests.
|
|
|
|
2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlMemberTest.cs : remove extra type that I wrote when I thought
|
|
there were no public UnderlyingMember.
|
|
|
|
2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlMemberTest.cs : added ToStringTest().
|
|
|
|
2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlXmlReaderTest.cs : new, too insufficient yet.
|
|
|
|
2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlObjectReaderTest.cs
|
|
XamlSchemaContextTest.cs
|
|
XamlTypeTest.cs : a couple of Type/TypeExtension-related tests.
|
|
|
|
2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeTest.cs, XamlLanguageTest.cs : enable ValueSerializer tests.
|
|
|
|
2010-04-13 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlXmlWriterTest.cs : enable WriteNode() tests.
|
|
|
|
2010-04-13 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlObjectWriterTest.cs : new test.
|
|
* XamlXmlWriterTest.cs : added some not-working tests.
|
|
|
|
2010-04-13 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeTest.cs : assert that dictionary types are *not* collection.
|
|
|
|
2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlSchemaContextTest.cs, XamlTypeTest.cs : more type system tests.
|
|
|
|
2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlSchemaContextTest.cs, XamlTypeTest.cs : more type system tests.
|
|
|
|
2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeTest.cs : add a few more TypeConverter assertions.
|
|
|
|
2010-04-12 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlLanguageTest.cs : add member lookup tests and properties tests
|
|
on those members.
|
|
* XamlTypeTest.cs : add GetAllAttachableMembers() test.
|
|
Enable IsConstructible().
|
|
|
|
2010-04-11 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlSchemaContextTest.cs : add some tests for methods.
|
|
|
|
2010-04-11 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlObjectReaderTest.cs : new test.
|
|
|
|
2010-04-10 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlXmlWriterTest.cs : new test.
|
|
|
|
2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeTest.cs, XamlLanguageTest.cs : enable TypeConverter tests.
|
|
|
|
2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlLanguageTest.cs : new test.
|
|
* XamlDirectiveTest.cs : add another ns test.
|
|
|
|
2010-04-09 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlTypeTest.cs : added a lot of new tests.
|
|
|
|
2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlMemberTest.cs, XamlDirectiveTest.cs :
|
|
Add more tests. Enable working tests.
|
|
|
|
2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* XamlDirectiveTest.cs
|
|
XamlMemberTest.cs : new tests.
|
|
|
|
2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* AmbientPropertyValueTest.cs
|
|
XamlObjectWriterSettingsTest.cs
|
|
AttachableMemberIdentifierTest.cs
|
|
XamlReaderSettingsTest.cs
|
|
XamlSchemaContextSettingsTest.cs
|
|
NamespaceDeclarationTest.cs
|
|
XamlSchemaContextTest.cs
|
|
XamlDuplicateMemberExceptionTest.cs
|
|
XamlTypeTest.cs
|
|
XamlObjectEventArgsTest.cs
|
|
XamlXmlReaderSettingsTest.cs
|
|
XamlObjectReaderSettingsTest.cs
|
|
XamlXmlWriterSettingsTest.cs : initial checkin.
|