2008-01-08 Arina Itkes <arinai@mainsoft.com>
[mono.git] / mcs / class / System.Web.Services / Test / System.Web.Services.Description / ChangeLog
1 2008-01-08  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * ServiceDescriptionReflectorTest.cs : added test for empty SOAP
4           action.
5
6 2007-10-10  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * ServiceDescriptionReflectorTest.cs : added test for bug #332150.
9
10 2007-05-11  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * ServiceDescriptionImporterTest.cs : added ignored test for #81457.
13
14 2007-05-11  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * ServiceDescriptionReflectorTest.cs : added test for 78953 (not
17           working, hard to fix) and 79807 (already fixed).
18
19 2007-02-22  Raja R Harinath  <rharinath@novell.com>
20
21         Fix compile error
22         * ServiceDescriptionReflectorTest.cs (NullableContainer): Hide in
23         1.1 profile.
24
25 2007-02-19  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * ServiceDescriptionReflectorTest.cs : added test for methods with
28           nullable return type.
29
30 2007-01-19  Atsushi Enomoto  <atsushi@ximian.com>
31
32         * ServiceDescriptionImporterTest.cs : new test.
33         * test2.wsdl : new test support file.
34
35 2006-12-15  Atsushi Enomoto  <atsushi@ximian.com>
36
37         * ServiceDescriptionFormatExtensionCollectionTest.cs :
38           new test.
39
40 2006-11-15  Atsushi Enomoto  <atsushi@ximian.com>
41
42         * WebReferenceTest.cs : added new test (so minor).
43
44 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
45
46         * WebReferenceOptionsTest.cs :
47           Read() actually causes invalid operation.
48
49 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
50
51         * WebReferenceOptionsTest.cs :
52           added test for Read(). Fixed namespace URI.
53
54 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
55
56         * WebReferenceOptionsTest.cs : new test.
57
58 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
59
60         * ServiceDescriptionTest.cs : added test for invalid Read() inputs.
61
62 2006-09-07  Ankit Jain  <jankit@novell.com>
63
64         * ServiceDescriptionTest.cs (Ctor): New.
65
66 2006-09-05  Ankit Jain  <jankit@novell.com>
67
68         * ServiceDescriptionTest.cs (Namespaces): New.
69
70 2006-05-03  Ankit Jain  <jankit@novell.com>
71
72         * ServiceDescriptionTest.cs (Extensions) New test.
73         (CheckExtensions):
74         (CheckXmlElement): New. Helper methods.
75         * test.wsdl: Test wsdl.
76
77 2006-04-27  Ankit Jain  <jankit@novell.com>
78
79         * ServiceDescriptionTest.cs (ExtensibleAttributes): New test.
80
81 2006-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
82
83         * ServiceDescriptionReflectorTest.cs: Use only one include as otherwise
84         the order of elements is not consistent on MS.NET.
85
86 2006-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
87
88         * ServiceDescriptionReflectorTest.cs: New test, currently marked
89         NotWorking.
90
91 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
92
93         * ServiceDescriptionTest.cs : new file (for part of bug #76311).
94
95 2003-09-14  Lluis Sanchez Gual  <lluis@ximian.com>
96
97         * BindingCollectionTest.cs ChangeLog DocumentableItemTest.cs 
98           OperationCollectionTest.cs OperationMessageCollectionTest.cs 
99           OperationMessageTest.cs PortTypeCollectionTest.cs PortTypeTest.cs 
100           ServiceCollectionTest.cs ServiceDescriptionCollectionTest.cs 
101           SoapBodyBindingTest.cs SoapOperationBindingTest.cs TypesTest.cs
102           New test files by Erik LeBel.