ChangeLog 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. 2010-05-24 Atsushi Enomoto <[email protected]>
  2. * JsonQueryStringConverterTest.cs : add more tests for CanConvert()
  3. and reorganized some classes to make tests rational.
  4. 2009-10-08 Atsushi Enomoto <[email protected]>
  5. * JsonQueryStringConverterTest.cs : added some string deserialization
  6. test. It just proved .NET is too lame.
  7. 2009-09-02 Atsushi Enomoto <[email protected]>
  8. * JsonQueryStringConverterTest.cs : comment out one cosmetic case
  9. that is not working under .NET.
  10. 2008-02-18 Atsushi Enomoto <[email protected]>
  11. * JsonQueryStringConverterTest.cs : new test.
  12. 2008-02-15 Atsushi Enomoto <[email protected]>
  13. * WebHttpDispatchOperationSelectorTest.cs : added couple more tests
  14. with different contract contract case.
  15. 2008-02-15 Atsushi Enomoto <[email protected]>
  16. * WebHttpDispatchOperationSelectorTest.cs : new test.
  17. 2008-02-13 Atsushi Enomoto <[email protected]>
  18. * QueryStringConverterTest.cs : enable null-to-char conversion test.
  19. 2008-02-13 Atsushi Enomoto <[email protected]>
  20. * QueryStringConverterTest.cs : new test.