ChangeLog 1.6 KB

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