ChangeLog 4.2 KB

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