2009-03-13 Andreia Gaita * JsonReaderTest.cs: test for skip and depth (if depth fails, skip is affected) 2009-02-02 Atsushi Enomoto * DataContractJsonSerializerTest.cs : fixed some tests to match .NET RTM behavior. Added read-only collection case, (but [Ignore]d). 2009-02-02 Atsushi Enomoto * DataContractJsonSerializerTest.cs : added test for contract-less serialization. 2008-02-18 Atsushi Enomoto * DataContractJsonSerializerTest.cs : added couple of DBNull tests. 2008-01-30 Atsushi Enomoto * DataContractJsonSerializerTest.cs : added deserialization tests for typed object with "__type". 2008-01-30 Atsushi Enomoto * JsonReaderTest.cs : test GetAttribute() for "__type". 2008-01-30 Atsushi Enomoto * JsonReaderTest.cs : added tests for "__type" attributes (some of them are not working yet). 2008-01-24 Atsushi Enomoto * JsonReaderTest.cs : test "type" attribute in several nodes. 2008-01-24 Atsushi Enomoto * DataContractJsonSerializerTest.cs : some more deserialization tests. 2008-01-22 Atsushi Enomoto * JsonWriterTest.cs : added test for writing __type attribute. * DataContractJsonSerializerTest.cs : added more random-ish tests. 2007-12-05 Atsushi Enomoto * DataContractJsonSerializerTest.cs : moved from Test/System.Runtime.Serialization and fixed some. * JsonReaderTest.cs, JsonWriterTest.cs : moved from Test/System.Xml.