ChangeLog 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. 2008-02-18 Atsushi Enomoto <[email protected]>
  2. * DataContractJsonSerializerTest.cs : added couple of DBNull tests.
  3. 2008-01-30 Atsushi Enomoto <[email protected]>
  4. * DataContractJsonSerializerTest.cs : added deserialization tests
  5. for typed object with "__type".
  6. 2008-01-30 Atsushi Enomoto <[email protected]>
  7. * JsonReaderTest.cs : test GetAttribute() for "__type".
  8. 2008-01-30 Atsushi Enomoto <[email protected]>
  9. * JsonReaderTest.cs : added tests for "__type" attributes (some of
  10. them are not working yet).
  11. 2008-01-24 Atsushi Enomoto <[email protected]>
  12. * JsonReaderTest.cs : test "type" attribute in several nodes.
  13. 2008-01-24 Atsushi Enomoto <[email protected]>
  14. * DataContractJsonSerializerTest.cs : some more deserialization tests.
  15. 2008-01-22 Atsushi Enomoto <[email protected]>
  16. * JsonWriterTest.cs : added test for writing __type attribute.
  17. * DataContractJsonSerializerTest.cs : added more random-ish tests.
  18. 2007-12-05 Atsushi Enomoto <[email protected]>
  19. * DataContractJsonSerializerTest.cs :
  20. moved from Test/System.Runtime.Serialization and fixed some.
  21. * JsonReaderTest.cs, JsonWriterTest.cs : moved from Test/System.Xml.