ChangeLog 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. 2009-11-20 Atsushi Enomoto <[email protected]>
  2. * DataContractJsonSerializerTest.cs : added ignored test case that
  3. verifies 2.1 behavior (with another case that justifies removal
  4. of the previous hack).
  5. 2009-10-08 Atsushi Enomoto <[email protected]>
  6. * DataContractJsonSerializerTest.cs : added test for
  7. alwaysEmitTypeInformation argument.
  8. 2009-09-07 Atsushi Enomoto <[email protected]>
  9. * DataContractJsonSerializerTest.cs : fix non-datacontract
  10. serialization test. It depended on IPAddress field internals
  11. (runtime serialization incompatibility).
  12. 2009-03-13 Andreia Gaita <[email protected]>
  13. * JsonReaderTest.cs: test for skip and depth (if depth fails, skip is affected)
  14. 2009-02-02 Atsushi Enomoto <[email protected]>
  15. * DataContractJsonSerializerTest.cs : fixed some tests to match
  16. .NET RTM behavior. Added read-only collection case, (but [Ignore]d).
  17. 2009-02-02 Atsushi Enomoto <[email protected]>
  18. * DataContractJsonSerializerTest.cs : added test for contract-less
  19. serialization.
  20. 2008-02-18 Atsushi Enomoto <[email protected]>
  21. * DataContractJsonSerializerTest.cs : added couple of DBNull tests.
  22. 2008-01-30 Atsushi Enomoto <[email protected]>
  23. * DataContractJsonSerializerTest.cs : added deserialization tests
  24. for typed object with "__type".
  25. 2008-01-30 Atsushi Enomoto <[email protected]>
  26. * JsonReaderTest.cs : test GetAttribute() for "__type".
  27. 2008-01-30 Atsushi Enomoto <[email protected]>
  28. * JsonReaderTest.cs : added tests for "__type" attributes (some of
  29. them are not working yet).
  30. 2008-01-24 Atsushi Enomoto <[email protected]>
  31. * JsonReaderTest.cs : test "type" attribute in several nodes.
  32. 2008-01-24 Atsushi Enomoto <[email protected]>
  33. * DataContractJsonSerializerTest.cs : some more deserialization tests.
  34. 2008-01-22 Atsushi Enomoto <[email protected]>
  35. * JsonWriterTest.cs : added test for writing __type attribute.
  36. * DataContractJsonSerializerTest.cs : added more random-ish tests.
  37. 2007-12-05 Atsushi Enomoto <[email protected]>
  38. * DataContractJsonSerializerTest.cs :
  39. moved from Test/System.Runtime.Serialization and fixed some.
  40. * JsonReaderTest.cs, JsonWriterTest.cs : moved from Test/System.Xml.