2009-06-16 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / Test / System.ServiceModel.Dispatcher / ChangeLog
1 2009-06-16  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * DispatchRuntimeTest.cs : add reasonable timeout and close client
4           appropriately. Objects are disposed in different ways than .NET.
5           Do not expect things automatically disposed as just time goes by.
6
7 2009-06-12  Atsushi Enomoto  <atsushi@ximian.com>
8
9         * ChannelDispatcherTest.cs : make sure to close service host,
10           within rational TimeSpan.
11
12 2009-06-09  Atsushi Enomoto  <atsushi@ximian.com>
13
14         * ChannelDispatcherTest.cs : add ServiceThrottle test, and comments.
15
16 2009-05-13  Atsushi Enomoto  <atsushi@ximian.com>
17
18         * ChannelDispatcherTest.cs : make sure ctor args are nullable.
19
20 2009-04-27  Atsushi Enomoto  <atsushi@ximian.com>
21
22         * ChannelDispatcherTest.cs : added a couple of EndpointDispatcher
23           state tests.
24
25 2009-02-24  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * ChannelDispatcherTest.cs:
28           Ignore all failing-under-dotnet tests
29
30 2009-01-21  Atsushi Enomoto  <atsushi@ximian.com>
31
32         * DispatchRuntimeTest.cs : disable failing test.
33
34 2008-05-22  Roei Erez  <roeie@mainsoft.com>
35         * fix ContractDescription.GetContract implementation
36         * Refactor Request processing
37         * Add support for message inspectors
38         * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
39         like: ReleaseServiceInstance, Open, Close...
40         * Add relevant test cases.
41
42 2008-04-08  Roei Erez <roeie@mainsoft.com>
43         * Add tests ChannelDispatcherTest, EndpointDispatcherTest
44
45 2008-04-06  Roei Erez <roeie@mainsoft.com>
46
47         * EndpointDiaptcher: Added new tests (MessageFilter, ContractFilter)
48
49 2008-02-20  Atsushi Enomoto  <atsushi@ximian.com>
50
51         * ExceptionHandlerTest.cs : disabled a test that is not in effect.
52
53 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
54
55         * PrefixEndpointAddressMessageFilterTest.cs : new test (not working).
56
57 2006-10-18  Ankit Jain  <jankit@novell.com>
58
59         * EndpointAddressMessageFilterTest.cs (Match): Add more tests.
60
61 2006-10-05  Atsushi Enomoto  <atsushi@ximian.com>
62
63         * EndpointAddressMessageFilterTest.cs : new test.
64         * EndpointDispatcherTest.cs : test type of the filter as well.
65
66 2006-08-10  Duncan Mak  <duncan@novell.com>
67
68         * ExceptionHandlerTest.cs: New test.
69
70 2006-05-29  Atsushi Enomoto  <atsushi@ximian.com>
71
72         * InvalidBodyAccessExceptionTest.cs, DispatchOperationTest.cs :
73           fix tests for beta2. Reduced evil English-only tests.
74
75 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
76
77         * ContractDescriptionTest.cs : added test to make sure to return
78           ContractDescription for the contract interface, not the actual type.
79
80 2006-03-16  Atsushi Enomoto  <atsushi@ximian.com>
81
82         * DispatchOperationTest.cs DispatchRuntimeTest.cs : new tests.
83