d4a8e9eb81023b2dd6761ed3f89db399d007db5d
[mono.git] / mcs / class / System.Web.Services / Test / System.Web.Services.Protocols / ChangeLog
1 2007-10-03  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * SoapHttpClientProtocolTest.cs: actually those tests fails on mono
4           on Windows, so mark them as Ignore (not only in 2.0).
5
6 2007-10-03  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * SoapHttpClientProtocolTest.cs: disabled connection-oriented tests
9           that do not work fine on .NET 2.0.
10
11 2007-06-16  Gert Driesen  <drieseng@users.sourceforge.net>
12
13         * LogicalMethodInfoTest.cs: Fixed namespace.
14         * WebClientProtocolTest.cs: Fixed namespace.
15         * SoapHttpClientProtocolTest.cs: Fixed namespace. Added test for
16         bug #81886.
17         * SoapServerTypeTest.cs: Fixed namespace.
18         * SocketResponder.cs: Sync with copy in System assembly.
19
20 2007-05-11  Atsushi Enomoto  <atsushi@ximian.com>
21
22         * SoapServerTypeTest.cs : make sure that SoapRpcServiceAttribute works.
23
24 2007-05-08  Atsushi Enomoto  <atsushi@ximian.com>
25
26         * SoapServerTypeTest.cs : added some more tests related to server
27           methods.
28
29 2007-05-08  Atsushi Enomoto  <atsushi@ximian.com>
30
31         * SoapServerTypeTest.cs : added some .ctor() tests to verify
32           validity of attributes on the service class.
33
34 2007-05-08  Atsushi Enomoto  <atsushi@ximian.com>
35
36         * LogicalMethodInfoTest.cs : new test (cosmetic for now).
37
38 2007-04-23  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * SoapServerTypeTest.cs : added new test (one is not working yet).
41           It will be very useful when we test service type generation.
42
43 2007-01-15  Gert Driesen  <drieseng@users.sourceforge.net>
44
45         * SoapHttpClientProtocolTest.cs: Added test for bug #79988.
46         * SocketResponder.cs: Utility class for emulating Web Service backend.