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