ChangeLog 3.4 KB

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