ChangeLog 3.7 KB

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