ChangeLog 2.6 KB

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