ChangeLog 3.3 KB

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