ChangeLog 3.1 KB

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