ChangeLog 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. 2009-05-13 Atsushi Enomoto <[email protected]>
  2. * ChannelDispatcherTest.cs : make sure ctor args are nullable.
  3. 2009-04-27 Atsushi Enomoto <[email protected]>
  4. * ChannelDispatcherTest.cs : added a couple of EndpointDispatcher
  5. state tests.
  6. 2009-02-24 Atsushi Enomoto <[email protected]>
  7. * ChannelDispatcherTest.cs:
  8. Ignore all failing-under-dotnet tests
  9. 2009-01-21 Atsushi Enomoto <[email protected]>
  10. * DispatchRuntimeTest.cs : disable failing test.
  11. 2008-05-22 Roei Erez <[email protected]>
  12. * fix ContractDescription.GetContract implementation
  13. * Refactor Request processing
  14. * Add support for message inspectors
  15. * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
  16. like: ReleaseServiceInstance, Open, Close...
  17. * Add relevant test cases.
  18. 2008-04-08 Roei Erez <[email protected]>
  19. * Add tests ChannelDispatcherTest, EndpointDispatcherTest
  20. 2008-04-06 Roei Erez <[email protected]>
  21. * EndpointDiaptcher: Added new tests (MessageFilter, ContractFilter)
  22. 2008-02-20 Atsushi Enomoto <[email protected]>
  23. * ExceptionHandlerTest.cs : disabled a test that is not in effect.
  24. 2008-02-15 Atsushi Enomoto <[email protected]>
  25. * PrefixEndpointAddressMessageFilterTest.cs : new test (not working).
  26. 2006-10-18 Ankit Jain <[email protected]>
  27. * EndpointAddressMessageFilterTest.cs (Match): Add more tests.
  28. 2006-10-05 Atsushi Enomoto <[email protected]>
  29. * EndpointAddressMessageFilterTest.cs : new test.
  30. * EndpointDispatcherTest.cs : test type of the filter as well.
  31. 2006-08-10 Duncan Mak <[email protected]>
  32. * ExceptionHandlerTest.cs: New test.
  33. 2006-05-29 Atsushi Enomoto <[email protected]>
  34. * InvalidBodyAccessExceptionTest.cs, DispatchOperationTest.cs :
  35. fix tests for beta2. Reduced evil English-only tests.
  36. 2006-04-05 Atsushi Enomoto <[email protected]>
  37. * ContractDescriptionTest.cs : added test to make sure to return
  38. ContractDescription for the contract interface, not the actual type.
  39. 2006-03-16 Atsushi Enomoto <[email protected]>
  40. * DispatchOperationTest.cs DispatchRuntimeTest.cs : new tests.