ChangeLog 969 B

1234567891011121314151617181920212223242526272829
  1. 2010-07-14 Atsushi Enomoto <[email protected]>
  2. * WebMessageEncodingBindingElementTest.cs : add test for null
  3. content type for ReadMessage() (allowed),
  4. 2010-06-22 Atsushi Enomoto <[email protected]>
  5. * WebMessageEncodingBindingElementTest.cs : add test for
  6. GetProperty<MessageVersion>().
  7. 2008-02-08 Atsushi Enomoto <[email protected]>
  8. * WebMessageEncodingBindingElementTest.cs : more MessageEncoder test.
  9. 2008-02-08 Atsushi Enomoto <[email protected]>
  10. * WebMessageEncodingBindingElementTest.cs : test
  11. CanBuildChannelFactory() and CanBuildChannelListener().
  12. Small test for BuildChannelFactory().
  13. 2008-02-05 Atsushi Enomoto <[email protected]>
  14. * WebMessageEncodingBindingElementTest.cs : added MessageEncoder test.
  15. * WebBodyFormatMessagePropertyTest.cs : fixed ToString() test.
  16. 2008-02-05 Atsushi Enomoto <[email protected]>
  17. * WebMessageEncodingBindingElementTest.cs,
  18. WebBodyFormatMessagePropertyTest.cs : new test files.