ChangeLog 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. 2009-08-17 Marek Habersack <[email protected]>
  2. * JavaScriptSerializerTest.cs: fixed broken tests
  3. 2009-06-18 Marek Habersack <[email protected]>
  4. * JavaScriptSerializerTest.cs: added comparison with the
  5. .NET-generated serialization result in TestDeserialize and
  6. TestDeserializeTypeResolver tests.
  7. 2009-03-17 Marek Habersack <[email protected]>
  8. * JavaScriptSerializerTest.cs: added tests for conversion to
  9. IDictionary and IDictionary <K,V> types.
  10. 2009-03-06 Marek Habersack <[email protected]>
  11. * JavaScriptSerializerTest.cs: added a test for unquoted tests
  12. surrounded with spaces.
  13. 2008-10-22 Marek Habersack <[email protected]>
  14. * JavaScriptSerializerTest.cs: added tests for deserialization of
  15. objects with more than one unquoted key names.
  16. 2008-09-20 Juraj Skripsky <[email protected]>
  17. * JavaScriptSerializerTest.cs: added test for bug #424704.
  18. 2008-09-20 Marek Habersack <[email protected]>
  19. * JavaScriptSerializerTest.cs: added some tests
  20. 2008-09-19 Marek Habersack <[email protected]>
  21. * JavaScriptSerializerTest.cs: enabled some tests which were
  22. failing with the old (de)serializer, but work with the new one.