ChangeLog 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. 2009-06-09 Atsushi Enomoto <[email protected]>
  2. * ChannelDispatcherTest.cs : add ServiceThrottle test, and comments.
  3. 2009-05-13 Atsushi Enomoto <[email protected]>
  4. * ChannelDispatcherTest.cs : make sure ctor args are nullable.
  5. 2009-04-27 Atsushi Enomoto <[email protected]>
  6. * ChannelDispatcherTest.cs : added a couple of EndpointDispatcher
  7. state tests.
  8. 2009-02-24 Atsushi Enomoto <[email protected]>
  9. * ChannelDispatcherTest.cs:
  10. Ignore all failing-under-dotnet tests
  11. 2009-01-21 Atsushi Enomoto <[email protected]>
  12. * DispatchRuntimeTest.cs : disable failing test.
  13. 2008-05-22 Roei Erez <[email protected]>
  14. * fix ContractDescription.GetContract implementation
  15. * Refactor Request processing
  16. * Add support for message inspectors
  17. * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
  18. like: ReleaseServiceInstance, Open, Close...
  19. * Add relevant test cases.
  20. 2008-04-08 Roei Erez <[email protected]>
  21. * Add tests ChannelDispatcherTest, EndpointDispatcherTest
  22. 2008-04-06 Roei Erez <[email protected]>
  23. * EndpointDiaptcher: Added new tests (MessageFilter, ContractFilter)
  24. 2008-02-20 Atsushi Enomoto <[email protected]>
  25. * ExceptionHandlerTest.cs : disabled a test that is not in effect.
  26. 2008-02-15 Atsushi Enomoto <[email protected]>
  27. * PrefixEndpointAddressMessageFilterTest.cs : new test (not working).
  28. 2006-10-18 Ankit Jain <[email protected]>
  29. * EndpointAddressMessageFilterTest.cs (Match): Add more tests.
  30. 2006-10-05 Atsushi Enomoto <[email protected]>
  31. * EndpointAddressMessageFilterTest.cs : new test.
  32. * EndpointDispatcherTest.cs : test type of the filter as well.
  33. 2006-08-10 Duncan Mak <[email protected]>
  34. * ExceptionHandlerTest.cs: New test.
  35. 2006-05-29 Atsushi Enomoto <[email protected]>
  36. * InvalidBodyAccessExceptionTest.cs, DispatchOperationTest.cs :
  37. fix tests for beta2. Reduced evil English-only tests.
  38. 2006-04-05 Atsushi Enomoto <[email protected]>
  39. * ContractDescriptionTest.cs : added test to make sure to return
  40. ContractDescription for the contract interface, not the actual type.
  41. 2006-03-16 Atsushi Enomoto <[email protected]>
  42. * DispatchOperationTest.cs DispatchRuntimeTest.cs : new tests.