ChangeLog 2.9 KB

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