move to from olive to mcs
[mono.git] / mcs / class / System.ServiceModel / Test / System.ServiceModel.Dispatcher / ChangeLog
1 2008-05-22  Roei Erez  <roeie@mainsoft.com>
2         * fix ContractDescription.GetContract implementation
3         * Refactor Request processing
4         * Add support for message inspectors
5         * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
6         like: ReleaseServiceInstance, Open, Close...
7         * Add relevant test cases.
8
9 2008-04-08  Roei Erez <roeie@mainsoft.com>
10         * Add tests ChannelDispatcherTest, EndpointDispatcherTest
11
12 2008-04-06  Roei Erez <roeie@mainsoft.com>
13
14         * EndpointDiaptcher: Added new tests (MessageFilter, ContractFilter)
15
16 2008-02-20  Atsushi Enomoto  <atsushi@ximian.com>
17
18         * ExceptionHandlerTest.cs : disabled a test that is not in effect.
19
20 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
21
22         * PrefixEndpointAddressMessageFilterTest.cs : new test (not working).
23
24 2006-10-18  Ankit Jain  <jankit@novell.com>
25
26         * EndpointAddressMessageFilterTest.cs (Match): Add more tests.
27
28 2006-10-05  Atsushi Enomoto  <atsushi@ximian.com>
29
30         * EndpointAddressMessageFilterTest.cs : new test.
31         * EndpointDispatcherTest.cs : test type of the filter as well.
32
33 2006-08-10  Duncan Mak  <duncan@novell.com>
34
35         * ExceptionHandlerTest.cs: New test.
36
37 2006-05-29  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * InvalidBodyAccessExceptionTest.cs, DispatchOperationTest.cs :
40           fix tests for beta2. Reduced evil English-only tests.
41
42 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
43
44         * ContractDescriptionTest.cs : added test to make sure to return
45           ContractDescription for the contract interface, not the actual type.
46
47 2006-03-16  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * DispatchOperationTest.cs DispatchRuntimeTest.cs : new tests.
50