ChangeLog 3.9 KB

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