[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel / Test / System.ServiceModel.Dispatcher / ChangeLog
1 2010-06-22  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * DispatchRuntimeTest.cs : add another line of assertion.
4
5 2010-06-18  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * ChannelDispatcherTest.cs : had to disable a test that regressed from
8           validating duplicate listen URI. Possible remedy is described too.
9
10 2010-04-05  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * EndpointAddressMessageFilterTest.cs :
13           Add null arg case. Enable working test.
14
15 2010-04-05  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * DispatchRuntimeTest.cs : enabled working tests again.
18
19 2010-04-02  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * DispatchOperationTest.cs : added not-working FaultContractInfo test.
22
23 2010-03-18  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * XPathMessageContextTest.cs : new.
26
27 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
28
29         * ChannelDispatcherTest.cs : format message correctly.
30
31 2009-12-02  Atsushi Enomoto  <atsushi@ximian.com>
32
33         * DispatchRuntimeTest.cs :
34           I have to disable a lot of connective tests that somehow blocks
35           test runs. No idea why it started to happen though.
36
37 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * ChannelDispatcherTest.cs : add a test to make sure that
40           EndpointDispatcher.ChannelDispatcher property is filled by Add().
41
42 2009-09-11  Atsushi Enomoto  <atsushi@ximian.com>
43
44         * ChannelDispatcherTest.cs : refine AcceptChannel invocation check
45           and make it not to fail on .NET.
46
47 2009-07-02  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * ChannelDispatcherTest.cs : add singleton instance context test
50           (but disabled, for some weird conflict).
51
52 2009-06-25  Atsushi Enomoto  <atsushi@ximian.com>
53
54         * ChannelDispatcherTest.cs : add some instance provider tests.
55
56 2009-06-23  Atsushi Enomoto  <atsushi@ximian.com>
57
58         * ChannelDispatcherTest.cs : make sure that the port to be in use is
59           available before running the tests. Check attach state.
60         * DispatchRuntimeTest.cs : make sure that it runs through all the
61           behavior tests.
62
63 2009-06-16  Atsushi Enomoto  <atsushi@ximian.com>
64
65         * DispatchRuntimeTest.cs : add reasonable timeout and close client
66           appropriately. Objects are disposed in different ways than .NET.
67           Do not expect things automatically disposed as just time goes by.
68
69 2009-06-12  Atsushi Enomoto  <atsushi@ximian.com>
70
71         * ChannelDispatcherTest.cs : make sure to close service host,
72           within rational TimeSpan.
73
74 2009-06-09  Atsushi Enomoto  <atsushi@ximian.com>
75
76         * ChannelDispatcherTest.cs : add ServiceThrottle test, and comments.
77
78 2009-05-13  Atsushi Enomoto  <atsushi@ximian.com>
79
80         * ChannelDispatcherTest.cs : make sure ctor args are nullable.
81
82 2009-04-27  Atsushi Enomoto  <atsushi@ximian.com>
83
84         * ChannelDispatcherTest.cs : added a couple of EndpointDispatcher
85           state tests.
86
87 2009-02-24  Atsushi Enomoto  <atsushi@ximian.com>
88
89         * ChannelDispatcherTest.cs:
90           Ignore all failing-under-dotnet tests
91
92 2009-01-21  Atsushi Enomoto  <atsushi@ximian.com>
93
94         * DispatchRuntimeTest.cs : disable failing test.
95
96 2008-05-22  Roei Erez  <roeie@mainsoft.com>
97         * fix ContractDescription.GetContract implementation
98         * Refactor Request processing
99         * Add support for message inspectors
100         * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
101         like: ReleaseServiceInstance, Open, Close...
102         * Add relevant test cases.
103
104 2008-04-08  Roei Erez <roeie@mainsoft.com>
105         * Add tests ChannelDispatcherTest, EndpointDispatcherTest
106
107 2008-04-06  Roei Erez <roeie@mainsoft.com>
108
109         * EndpointDiaptcher: Added new tests (MessageFilter, ContractFilter)
110
111 2008-02-20  Atsushi Enomoto  <atsushi@ximian.com>
112
113         * ExceptionHandlerTest.cs : disabled a test that is not in effect.
114
115 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
116
117         * PrefixEndpointAddressMessageFilterTest.cs : new test (not working).
118
119 2006-10-18  Ankit Jain  <jankit@novell.com>
120
121         * EndpointAddressMessageFilterTest.cs (Match): Add more tests.
122
123 2006-10-05  Atsushi Enomoto  <atsushi@ximian.com>
124
125         * EndpointAddressMessageFilterTest.cs : new test.
126         * EndpointDispatcherTest.cs : test type of the filter as well.
127
128 2006-08-10  Duncan Mak  <duncan@novell.com>
129
130         * ExceptionHandlerTest.cs: New test.
131
132 2006-05-29  Atsushi Enomoto  <atsushi@ximian.com>
133
134         * InvalidBodyAccessExceptionTest.cs, DispatchOperationTest.cs :
135           fix tests for beta2. Reduced evil English-only tests.
136
137 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
138
139         * ContractDescriptionTest.cs : added test to make sure to return
140           ContractDescription for the contract interface, not the actual type.
141
142 2006-03-16  Atsushi Enomoto  <atsushi@ximian.com>
143
144         * DispatchOperationTest.cs DispatchRuntimeTest.cs : new tests.
145