2009-02-24 Atsushi Enomoto * ChannelDispatcherTest.cs: Ignore all failing-under-dotnet tests 2009-01-21 Atsushi Enomoto * DispatchRuntimeTest.cs : disable failing test. 2008-05-22 Roei Erez * fix ContractDescription.GetContract implementation * Refactor Request processing * Add support for message inspectors * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events like: ReleaseServiceInstance, Open, Close... * Add relevant test cases. 2008-04-08 Roei Erez * Add tests ChannelDispatcherTest, EndpointDispatcherTest 2008-04-06 Roei Erez * EndpointDiaptcher: Added new tests (MessageFilter, ContractFilter) 2008-02-20 Atsushi Enomoto * ExceptionHandlerTest.cs : disabled a test that is not in effect. 2008-02-15 Atsushi Enomoto * PrefixEndpointAddressMessageFilterTest.cs : new test (not working). 2006-10-18 Ankit Jain * EndpointAddressMessageFilterTest.cs (Match): Add more tests. 2006-10-05 Atsushi Enomoto * EndpointAddressMessageFilterTest.cs : new test. * EndpointDispatcherTest.cs : test type of the filter as well. 2006-08-10 Duncan Mak * ExceptionHandlerTest.cs: New test. 2006-05-29 Atsushi Enomoto * InvalidBodyAccessExceptionTest.cs, DispatchOperationTest.cs : fix tests for beta2. Reduced evil English-only tests. 2006-04-05 Atsushi Enomoto * ContractDescriptionTest.cs : added test to make sure to return ContractDescription for the contract interface, not the actual type. 2006-03-16 Atsushi Enomoto * DispatchOperationTest.cs DispatchRuntimeTest.cs : new tests.