ChangeLog 2.0 KB

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