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