2
0

ChangeLog 1.8 KB

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