ChangeLog 3.6 KB

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