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