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