ChangeLog 1.7 KB

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