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