ChangeLog 4.5 KB

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