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