2
0

ChangeLog 1.8 KB

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