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