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